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 e1aad09 commit 46fb214Copy full SHA for 46fb214
.github/workflows/ci-dev.yaml
@@ -89,6 +89,8 @@ jobs:
89
workload_identity_provider: projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
90
service_account: [email protected]
91
access_token_lifetime: 600s # 10 minutes
92
+ - name: Set up Cloud SDK
93
+ uses: google-github-actions/setup-gcloud@v2
94
- name: Export environment variables
95
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
96
id: vars
0 commit comments