diff --git a/.github/workflows/test-archive-channel.yml b/.github/workflows/test-archive-channel.yml index a97efe8..cd5544b 100644 --- a/.github/workflows/test-archive-channel.yml +++ b/.github/workflows/test-archive-channel.yml @@ -32,7 +32,7 @@ jobs: - name: create-release id: create-release - uses: replicatedhq/compatibility-actions/create-release@v1 + uses: replicatedhq/replicated-actions/create-release@v1 with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} app-slug: replicated-actions-ci # from the Replicated QA team @@ -49,7 +49,7 @@ jobs: - name: archive-channel if: always() - uses: replicatedhq/compatibility-actions/archive-channel@v1 + uses: replicatedhq/replicated-actions/archive-channel@v1 continue-on-error: true # It could be that the channel is already removed with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} diff --git a/.github/workflows/test-archive-customer.yml b/.github/workflows/test-archive-customer.yml index 12d2de5..ef1bf42 100644 --- a/.github/workflows/test-archive-customer.yml +++ b/.github/workflows/test-archive-customer.yml @@ -49,7 +49,7 @@ jobs: - name: archive-customer if: always() - uses: replicatedhq/compatibility-actions/archive-customer@v1 + uses: replicatedhq/replicated-actions/archive-customer@v1 continue-on-error: true # It could be that the customer is already removed with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} diff --git a/.github/workflows/test-create-cluster.yml b/.github/workflows/test-create-cluster.yml index 97d66f0..c4800c9 100644 --- a/.github/workflows/test-create-cluster.yml +++ b/.github/workflows/test-create-cluster.yml @@ -38,7 +38,7 @@ jobs: - name: remove cluster if: always() - uses: replicatedhq/compatibility-actions/remove-cluster@v1 + uses: replicatedhq/replicated-actions/remove-cluster@v1 continue-on-error: true # It could be that the cluster is already removed with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} diff --git a/.github/workflows/test-create-postgres.yml b/.github/workflows/test-create-postgres.yml index e8dd85f..d372058 100644 --- a/.github/workflows/test-create-postgres.yml +++ b/.github/workflows/test-create-postgres.yml @@ -30,7 +30,7 @@ jobs: - name: create-cluster id: create-cluster - uses: replicatedhq/compatibility-actions/create-cluster@v1 + uses: replicatedhq/replicated-actions/create-cluster@v1 with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} kubernetes-distribution: eks @@ -47,7 +47,7 @@ jobs: - name: remove cluster if: always() - uses: replicatedhq/compatibility-actions/remove-cluster@v1 + uses: replicatedhq/replicated-actions/remove-cluster@v1 continue-on-error: true # It could be that the cluster is already removed with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} diff --git a/.github/workflows/test-expose-port.yml b/.github/workflows/test-expose-port.yml index e57e820..7f4fea2 100644 --- a/.github/workflows/test-expose-port.yml +++ b/.github/workflows/test-expose-port.yml @@ -30,7 +30,7 @@ jobs: - name: create-cluster id: create-cluster - uses: replicatedhq/compatibility-actions/create-cluster@v1 + uses: replicatedhq/replicated-actions/create-cluster@v1 with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} kubernetes-distribution: kind @@ -49,7 +49,7 @@ jobs: - name: remove cluster if: always() - uses: replicatedhq/compatibility-actions/remove-cluster@v1 + uses: replicatedhq/replicated-actions/remove-cluster@v1 continue-on-error: true # It could be that the cluster is already removed with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} diff --git a/.github/workflows/test-helm-install.yml b/.github/workflows/test-helm-install.yml index dc24963..0aa2c1b 100644 --- a/.github/workflows/test-helm-install.yml +++ b/.github/workflows/test-helm-install.yml @@ -37,7 +37,7 @@ jobs: - name: create-release id: create-release - uses: replicatedhq/compatibility-actions/create-release@v1 + uses: replicatedhq/replicated-actions/create-release@v1 with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} app-slug: ${{ env.APP_SLUG }} @@ -45,7 +45,7 @@ jobs: - name: create-customer id: create-customer - uses: replicatedhq/compatibility-actions/create-customer@v1 + uses: replicatedhq/replicated-actions/create-customer@v1 with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} app-slug: replicated-actions-ci # from the Replicated QA team @@ -55,7 +55,7 @@ jobs: - name: create-cluster id: create-cluster - uses: replicatedhq/compatibility-actions/create-cluster@v1 + uses: replicatedhq/replicated-actions/create-cluster@v1 with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} kubernetes-distribution: kind @@ -89,7 +89,7 @@ jobs: - name: remove cluster id: remove-cluster if: always() - uses: replicatedhq/compatibility-actions/remove-cluster@v1 + uses: replicatedhq/replicated-actions/remove-cluster@v1 continue-on-error: true # It could be that the cluster is already removed with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} diff --git a/.github/workflows/test-kots-install.yml b/.github/workflows/test-kots-install.yml index bd7a395..3a06a4f 100644 --- a/.github/workflows/test-kots-install.yml +++ b/.github/workflows/test-kots-install.yml @@ -33,7 +33,7 @@ jobs: - name: create-release id: create-release - uses: replicatedhq/compatibility-actions/create-release@v1 + uses: replicatedhq/replicated-actions/create-release@v1 with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} app-slug: ${{ env.APP_SLUG }} @@ -41,7 +41,7 @@ jobs: - name: create-customer id: create-customer - uses: replicatedhq/compatibility-actions/create-customer@v1 + uses: replicatedhq/replicated-actions/create-customer@v1 with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} app-slug: replicated-actions-ci # from the Replicated QA team @@ -51,7 +51,7 @@ jobs: - name: create-cluster id: create-cluster - uses: replicatedhq/compatibility-actions/create-cluster@v1 + uses: replicatedhq/replicated-actions/create-cluster@v1 with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} kubernetes-distribution: kind @@ -100,7 +100,7 @@ jobs: - name: remove cluster id: remove-cluster if: always() - uses: replicatedhq/compatibility-actions/remove-cluster@v1 + uses: replicatedhq/replicated-actions/remove-cluster@v1 continue-on-error: true # It could be that the cluster is already removed with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} diff --git a/.github/workflows/test-prepare-cluster.yml b/.github/workflows/test-prepare-cluster.yml index 7ddfbeb..6ede331 100644 --- a/.github/workflows/test-prepare-cluster.yml +++ b/.github/workflows/test-prepare-cluster.yml @@ -53,7 +53,7 @@ jobs: - name: remove cluster id: remove-cluster if: always() - uses: replicatedhq/compatibility-actions/remove-cluster@v1 + uses: replicatedhq/replicated-actions/remove-cluster@v1 continue-on-error: true # It could be that the cluster is already removed with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} @@ -107,7 +107,7 @@ jobs: - name: remove cluster id: remove-cluster if: always() - uses: replicatedhq/compatibility-actions/remove-cluster@v1 + uses: replicatedhq/replicated-actions/remove-cluster@v1 continue-on-error: true # It could be that the cluster is already removed with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} diff --git a/.github/workflows/test-remove-cluster.yml b/.github/workflows/test-remove-cluster.yml index 5c3f4a5..187d388 100644 --- a/.github/workflows/test-remove-cluster.yml +++ b/.github/workflows/test-remove-cluster.yml @@ -30,7 +30,7 @@ jobs: - name: create cluster id: create-cluster - uses: replicatedhq/compatibility-actions/create-cluster@v1 + uses: replicatedhq/replicated-actions/create-cluster@v1 with: api-token: ${{ secrets.REPLICATED_API_TOKEN }} kubernetes-distribution: kind @@ -44,7 +44,7 @@ jobs: - name: remove cluster if: always() - uses: replicatedhq/compatibility-actions/remove-cluster@v1 + uses: replicatedhq/replicated-actions/remove-cluster@v1 continue-on-error: true # It could be that the cluster is already removed with: api-token: ${{ secrets.REPLICATED_API_TOKEN }}