We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fc813 commit e2c0b01Copy full SHA for e2c0b01
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
run: npm install && npm run build && sh ./scripts/postbuild.sh
31
32
- name: Setup Cloud SDK
33
- uses: google-github-actions/setup-gcloud@main
+ uses: google-github-actions/setup-gcloud@v0
34
with:
35
service_account_key: ${{ secrets.GCLOUD_SAK }}
36
export_default_credentials: true
0 commit comments