We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2db67b commit 590028dCopy full SHA for 590028d
.github/workflows/release.yaml
@@ -62,7 +62,7 @@ jobs:
62
docker push $BASE:latest
63
64
- name: Authenticate to Google Cloud
65
- uses: google-github-actions/auth@v1
+ uses: google-github-actions/auth@v2
66
with:
67
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
68
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
0 commit comments