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 2d67377 commit 7678d2eCopy full SHA for 7678d2e
.github/workflows/ci.yaml
@@ -92,15 +92,15 @@ jobs:
92
steps:
93
- id: 'auth'
94
name: 'Authenticate to GCP'
95
- uses: 'google-github-actions/auth@v2'
+ uses: google-github-actions/auth@v2
96
with:
97
workload_identity_provider: "${{ secrets.GOOGLE_PROVIDER }}"
98
service_account: "${{ secrets.GOOGLE_SERVICE_ACCOUNT }}"
99
- id: 'setup'
100
name: 'Setup Cloud SDK'
101
- uses: 'google-github-actions/setup-gcloud@v2'
+ uses: google-github-actions/setup-gcloud@v2
102
103
- version: '>= 450.0.0'
+ version: '>= 471.0.0'
104
- id: 'gcloud'
105
name: 'gcloud CLI'
106
run: |-
0 commit comments