Skip to content

Commit

Permalink
google auth login fix
Browse files Browse the repository at this point in the history
  • Loading branch information
langerae committed Sep 20, 2024
1 parent 0046860 commit be10111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metocean-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:

# NOTE: Alternative option - authentication via credentials json
- name: Google Auth
id: auth
uses: 'google-github-actions/auth@v0'
id: 'auth'
uses: 'google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2' # google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'

Expand Down

0 comments on commit be10111

Please sign in to comment.