Skip to content

Commit

Permalink
build(deps): bump google-github-actions/auth from 1 to 2 (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and julesbertrand committed Jan 2, 2024
1 parent 5a47a0e commit 5747e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: 'Authenticate to Google Cloud'
if: steps.python-semantic-release.outputs.release == true
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
token_format: 'access_token'
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}' # e.g. - projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider
Expand Down

0 comments on commit 5747e2d

Please sign in to comment.