We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd052f1 commit a6586e1Copy full SHA for a6586e1
.github/workflows/clientLibraryConfig-github.json
.github/workflows/python-package.yml
@@ -29,9 +29,9 @@ jobs:
29
workload_identity_provider: 'projects/1097862457753/locations/global/workloadIdentityPools/github-actions-pfio-ci-tasks/providers/github'
30
- name: 'Set up Google Cloud SDK'
31
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
+ # - name: 'Set up Application Default Credentials'
+ # run: |
+ # gcloud auth login --cred-file=.github/workflows/clientLibraryConfig-github.json
35
- name: 'Check Bucket accessibility'
36
run: |
37
gcloud storage buckets describe gs://pfn-pfio-test-bucket
0 commit comments