Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].11
uses: google-github-actions/[email protected].12
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 @@ -120,7 +120,7 @@ jobs:

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