Skip to content

Commit

Permalink
Update secret key to authenticate on GCP (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
JalisDiehl authored Apr 14, 2022
1 parent cca66bd commit 3bd80a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-published-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: ${{ !github.event.release.prerelease }}
uses: google-github-actions/[email protected]
with:
credentials_json: ${{ secrets.DEFAULT_GCLOUD_SERVICE_ACCOUNT }}
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}

- name: Deploy to GCS
if: ${{ !github.event.release.prerelease }}
Expand Down

0 comments on commit 3bd80a9

Please sign in to comment.