Skip to content

Commit

Permalink
Update Github actions authentication (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
JalisDiehl authored Apr 14, 2022
1 parent b22fb38 commit cca66bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-published-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ jobs:
- name: Authenticate to GCP
if: ${{ !github.event.release.prerelease }}
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/[email protected]
with:
version: 290.0.0
service_account_key: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
credentials_json: ${{ secrets.DEFAULT_GCLOUD_SERVICE_ACCOUNT }}

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

0 comments on commit cca66bd

Please sign in to comment.