We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fa50b commit 72f19c9Copy full SHA for 72f19c9
.github/workflows/dockerhub-release.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: 🔐 Authenticate to Google Cloud
52
id: "auth"
53
- uses: google-github-actions/auth@v0.8.3
+ uses: google-github-actions/auth@v1.0.0
54
with:
55
token_format: "access_token"
56
workload_identity_provider: ${{env.WORKLOAD_IDENTITY_POOL_ID}}
.github/workflows/push-main.yml
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
access_token_lifetime: "43200s"
0 commit comments