Skip to content

Commit b978420

Browse files
Update google-github-actions/auth action to v2.1.10
1 parent 2af1902 commit b978420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerhub-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: 🔐 Authenticate to Google Cloud
6969
id: "auth"
70-
uses: google-github-actions/[email protected].8
70+
uses: google-github-actions/[email protected].10
7171
with:
7272
token_format: "access_token"
7373
workload_identity_provider: ${{env.WORKLOAD_IDENTITY_POOL_ID}}

.github/workflows/push-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: 🔐 Authenticate to Google Cloud
122122
id: "auth"
123-
uses: google-github-actions/[email protected].8
123+
uses: google-github-actions/[email protected].10
124124
with:
125125
token_format: "access_token"
126126
access_token_lifetime: "43200s"

0 commit comments

Comments
 (0)