We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc70bb commit 83f2c0cCopy full SHA for 83f2c0c
.github/workflows/test_bq_auth.yml
@@ -21,7 +21,9 @@ jobs:
21
workload_identity_provider: 'projects/569883598760/locations/global/workloadIdentityPools/github/providers/mimic-code'
22
23
- name: 'Set up Cloud SDK'
24
- uses: 'google-github-actions/setup-gcloud@v0'
+ uses: 'google-github-actions/setup-gcloud@v2'
25
+ with:
26
+ version: '>= 363.0.0'
27
28
- name: Test making a table with bigquery
29
run: |
0 commit comments