We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cbe76 commit 045d95cCopy full SHA for 045d95c
.github/workflows/deploy.yml
@@ -38,6 +38,7 @@ jobs:
38
uses: google-github-actions/auth@v2
39
with:
40
workload_identity_provider: ${{ secrets.WIF_PROVIDER }}
41
+ service_account: github-actions-deploy@${{ secrets.PROJECT_ID }}.iam.gserviceaccount.com
42
project_id: ${{ secrets.PROJECT_ID }}
43
44
- name: Set up Cloud SDK
@@ -80,6 +81,7 @@ jobs:
80
81
82
83
84
85
86
87
0 commit comments