Skip to content

Commit 0acaadd

Browse files
committed
remove service account from wif
1 parent eed83a8 commit 0acaadd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/_cloud-run-cleanup.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
uses: google-github-actions/auth@v2
2828
with:
2929
workload_identity_provider: ${{ vars.PULUMI_DEPLOY_WIF_PROVIDER }}
30-
service_account: ${{ vars.PULUMI_SA_CLOUDRUN }}
3130

3231
- name: Set up Cloud SDK
3332
uses: google-github-actions/setup-gcloud@v2

.github/workflows/_cloud-run-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
uses: google-github-actions/auth@v2
6767
with:
6868
workload_identity_provider: ${{ vars.PULUMI_DEPLOY_WIF_PROVIDER }}
69-
service_account: ${{ vars.PULUMI_SA_CLOUDRUN }}
7069

7170
- name: Set up Cloud SDK
7271
uses: google-github-actions/setup-gcloud@v2

0 commit comments

Comments
 (0)