Skip to content

Commit 82768dd

Browse files
committed
settings for workload identity federation (gcs)
change a service account name
1 parent c346046 commit 82768dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
project_id: 'cluster-storage'
2929
workload_identity_provider: 'projects/1097862457753/locations/global/workloadIdentityPools/github-actions-pfio-ci-tasks/providers/github'
30-
service_account: 'pfio-github-actions'
31-
- name: 'Set up Google Cloud SDK'
30+
service_account: 'pfio-github-actions@cluster-storage.iam.gserviceaccount.com'
31+
- Name: 'Set up Google Cloud SDK'
3232
uses: 'google-github-actions/setup-gcloud@v2'
3333
- name: 'Check Bucket accessibility'
3434
run: |

0 commit comments

Comments
 (0)