Skip to content

Commit

Permalink
Update google-github-actions/auth action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent faba295 commit ea5ae17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-published-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- id: 'auth'
name: 'Authenticate to Google Cloud'
if: ${{ !github.event.release.prerelease }}
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: '${{ secrets.GCLOUD_WORKLOAD_IDENTITY }}'
service_account: '${{ secrets.GCLOUD_SERVICE_ACCOUNT }}'
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- id: auth
name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
workload_identity_provider: '${{ secrets.GCLOUD_WORKLOAD_IDENTITY }}'
service_account: '${{ secrets.GCLOUD_SERVICE_ACCOUNT }}'
Expand Down

0 comments on commit ea5ae17

Please sign in to comment.