File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ jobs:
306
306
echo 'GCP_WORKLOAD_IDENTITY_PROVIDER=${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}' >> $GITHUB_OUTPUT
307
307
308
308
- name : AuthGcp
309
- uses : google-github-actions/auth@v0
309
+ uses : google-github-actions/auth@v2
310
310
if : steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
311
311
with :
312
312
service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256
256
echo 'GCP_WORKLOAD_IDENTITY_PROVIDER=${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}' >> $GITHUB_OUTPUT
257
257
258
258
- name : AuthGcp
259
- uses : google-github-actions/auth@v0
259
+ uses : google-github-actions/auth@v2
260
260
if : steps.AssignGcpCreds.outputs.GCP_SERVICE_ACCOUNT && steps.AssignGcpCreds.outputs.GCP_WORKLOAD_IDENTITY_PROVIDER
261
261
with :
262
262
service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
You can’t perform that action at this time.
0 commit comments