Skip to content

Commit f5b45aa

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/python-package.yml

-5
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ 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
3532
- name: 'Check Bucket accessibility'
3633
run: |
3734
gcloud storage buckets describe gs://pfn-pfio-test-bucket
@@ -48,8 +45,6 @@ jobs:
4845
- name: Test with tox
4946
run: |
5047
tox run --skip-env doc
51-
# env:
52-
# GOOGLE_CLOUD_PROJECT: 'cluster-storage'
5348
5449
doc:
5550
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)