We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8f2cd9 + 16065e7 commit 2261f0dCopy full SHA for 2261f0d
.github/workflows/deploy-docs.yml
@@ -28,8 +28,7 @@ jobs:
28
id: auth
29
uses: google-github-actions/auth@v2
30
with:
31
- workload_identity_provider: ${{ secrets.WIF_PROVIDER }}
32
- service_account: ${{ secrets.WIF_SERVICE_ACCOUNT }}
+ credentials_json: ${{ secrets.GCP_SA_KEY }}
33
34
- name: Set up Cloud SDK
35
uses: google-github-actions/setup-gcloud@v2
0 commit comments