Skip to content

Commit a6586e1

Browse files
committed
settings for workload identity federation (gcs)
1 parent cd052f1 commit a6586e1

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.github/workflows/clientLibraryConfig-github.json

-14
This file was deleted.

.github/workflows/python-package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
workload_identity_provider: 'projects/1097862457753/locations/global/workloadIdentityPools/github-actions-pfio-ci-tasks/providers/github'
3030
- name: 'Set up Google Cloud SDK'
3131
uses: 'google-github-actions/setup-gcloud@v2'
32-
- name: 'Set up Application Default Credentials'
33-
run: |
34-
gcloud auth login --cred-file=.github/workflows/clientLibraryConfig-github.json
32+
# - name: 'Set up Application Default Credentials'
33+
# run: |
34+
# gcloud auth login --cred-file=.github/workflows/clientLibraryConfig-github.json
3535
- name: 'Check Bucket accessibility'
3636
run: |
3737
gcloud storage buckets describe gs://pfn-pfio-test-bucket

0 commit comments

Comments
 (0)