Skip to content

Commit

Permalink
chore(deps): update google-github-actions/auth action to v2.0.1 (#1263)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent 5fdab81 commit c02f6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: 🔐 Authenticate to Google Cloud
id: "auth"
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
token_format: "access_token"
workload_identity_provider: ${{env.WORKLOAD_IDENTITY_POOL_ID}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: 🔐 Authenticate to Google Cloud
id: "auth"
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
token_format: "access_token"
access_token_lifetime: "43200s"
Expand Down

0 comments on commit c02f6bf

Please sign in to comment.