From 3bd80a94f44d3934b16f735e5bd42563c28405cf Mon Sep 17 00:00:00 2001 From: Jalis Lucian Diehl <34355106+JalisDiehl@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:16:07 -0300 Subject: [PATCH] Update secret key to authenticate on GCP (#123) --- .github/workflows/deploy-published-releases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-published-releases.yaml b/.github/workflows/deploy-published-releases.yaml index f00fecd5..07c27224 100644 --- a/.github/workflows/deploy-published-releases.yaml +++ b/.github/workflows/deploy-published-releases.yaml @@ -77,7 +77,7 @@ jobs: if: ${{ !github.event.release.prerelease }} uses: google-github-actions/auth@v0.7.0 with: - credentials_json: ${{ secrets.DEFAULT_GCLOUD_SERVICE_ACCOUNT }} + credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }} - name: Deploy to GCS if: ${{ !github.event.release.prerelease }}