From 88fa978b6b1d4010bfd77d5044a7bd4ec467d86c Mon Sep 17 00:00:00 2001 From: Shalin Patel Date: Thu, 14 Nov 2024 17:09:48 -0800 Subject: [PATCH] ci: use new GCP credentials for release GCP images workflow (#1230) --- .github/workflows/release-gcp-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-gcp-template.yaml b/.github/workflows/release-gcp-template.yaml index 413c5f58d..2a981adf3 100644 --- a/.github/workflows/release-gcp-template.yaml +++ b/.github/workflows/release-gcp-template.yaml @@ -57,7 +57,7 @@ jobs: echo -n "${GOOGLE_APPLICATION_CREDENTIALS_E2E_BASE64}" | base64 --decode >> google-credentials.json echo "GOOGLE_APPLICATION_CREDENTIALS=google-credentials.json" >> $GITHUB_ENV env: - GOOGLE_APPLICATION_CREDENTIALS_E2E_BASE64: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_E2E_BASE64 }} + GOOGLE_APPLICATION_CREDENTIALS_E2E_BASE64: ${{ secrets.GCP_NCN_CI_SERVICE_ACCOUNT_B64 }} - name: Build GCP image for ${{ matrix.os }} with ${{ matrix.buildConfig }} configuration uses: magefile/mage-action@v3