From c6da0795a490c62ffd1fa0b23e23d5c77caed31b Mon Sep 17 00:00:00 2001 From: Evgheni Popusoi Date: Wed, 3 Jun 2026 10:21:46 +0300 Subject: [PATCH 1/3] fix: Update cloud-deploy action reference for staging deployment --- .github/workflows/pnp-build-autopilot-processor-nested.yml | 2 +- .github/workflows/pnp-build-autopilot-processor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pnp-build-autopilot-processor-nested.yml b/.github/workflows/pnp-build-autopilot-processor-nested.yml index 813ffa43..0c59e2a3 100644 --- a/.github/workflows/pnp-build-autopilot-processor-nested.yml +++ b/.github/workflows/pnp-build-autopilot-processor-nested.yml @@ -419,7 +419,7 @@ jobs: - name: Deploy to Autopilot staging if: ${{ inputs.release-version == false }} - uses: extenda/actions/cloud-deploy@v0 + uses: extenda/actions/cloud-deploy@fix/gcloud-571-gke-plugin with: secrets-account-key: ${{ secrets.SECRET_AUTH }} service-account-key: ${{ secrets.GCLOUD_AUTH_STAGING }} diff --git a/.github/workflows/pnp-build-autopilot-processor.yml b/.github/workflows/pnp-build-autopilot-processor.yml index 1e33ce18..ac83c37a 100644 --- a/.github/workflows/pnp-build-autopilot-processor.yml +++ b/.github/workflows/pnp-build-autopilot-processor.yml @@ -406,7 +406,7 @@ jobs: - name: Deploy to Autopilot staging if: ${{ inputs.release-version == false }} - uses: extenda/actions/cloud-deploy@v0 + uses: extenda/actions/cloud-deploy@fix/gcloud-571-gke-plugin with: secrets-account-key: ${{ secrets.SECRET_AUTH }} service-account-key: ${{ secrets.GCLOUD_AUTH_STAGING }} From 93f08b124c82ba2db7303e8356cb9156b9d44d34 Mon Sep 17 00:00:00 2001 From: Evgheni Popusoi Date: Wed, 3 Jun 2026 10:24:08 +0300 Subject: [PATCH 2/3] fix: Update pnp-processor-deploy-autopilot workflow reference for redeployment --- .github/workflows/pnp-processor-redeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pnp-processor-redeploy.yml b/.github/workflows/pnp-processor-redeploy.yml index d587948d..dd104482 100644 --- a/.github/workflows/pnp-processor-redeploy.yml +++ b/.github/workflows/pnp-processor-redeploy.yml @@ -26,7 +26,7 @@ on: jobs: redeploy-to-staging: - uses: extenda/shared-workflows/.github/workflows/pnp-processor-deploy-autopilot.yml@v0 + uses: extenda/shared-workflows/.github/workflows/pnp-processor-deploy-autopilot.yml@fix/gcloud-571-gke-plugin secrets: GCR_image_name: ${{ secrets.GCR_image_name }} slack-channel: ${{ secrets.slack-channel }} From d63ca3a9ba2ad30a8e8c239a367c21f49438056b Mon Sep 17 00:00:00 2001 From: Evgheni Popusoi Date: Wed, 3 Jun 2026 12:44:21 +0300 Subject: [PATCH 3/3] fix: Update cloud-deploy action reference to use specific branch for staging and production deployments --- .github/workflows/pnp-processor-deploy-autopilot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pnp-processor-deploy-autopilot.yml b/.github/workflows/pnp-processor-deploy-autopilot.yml index 51be02ef..1bd21c33 100644 --- a/.github/workflows/pnp-processor-deploy-autopilot.yml +++ b/.github/workflows/pnp-processor-deploy-autopilot.yml @@ -76,7 +76,7 @@ jobs: - name: Deploy to Autopilot staging if: ${{ inputs.release-version == false }} - uses: extenda/actions/cloud-deploy@v0 + uses: extenda/actions/cloud-deploy@fix/gcloud-571-gke-plugin with: secrets-account-key: ${{ secrets.SECRET_AUTH }} service-account-key: ${{ secrets.GCLOUD_AUTH }} @@ -86,7 +86,7 @@ jobs: - name: Deploy to Autopilot prod if: ${{ inputs.release-version == true }} - uses: extenda/actions/cloud-deploy@v0 + uses: extenda/actions/cloud-deploy@fix/gcloud-571-gke-plugin with: secrets-account-key: ${{ secrets.SECRET_AUTH }} service-account-key: ${{ secrets.GCLOUD_AUTH }}