We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593af7e commit a5983ebCopy full SHA for a5983eb
.github/workflows/gitops-staging.yaml
@@ -262,11 +262,16 @@ jobs:
262
workload_identity_provider: "projects/409661704476/locations/global/workloadIdentityPools/ga-pool/providers/github-oidc-provider"
263
service_account: "speakeasy-registry-ga-ci@linen-analyst-344721.iam.gserviceaccount.com"
264
265
+ - name: Setup Google Cloud SDK
266
+ if: ${{ env.SERVER_IMAGE_TAG != '' }}
267
+ uses: google-github-actions/setup-gcloud@v2
268
+ with:
269
+ version: "latest"
270
+
271
- name: Deploy to Staging using Terraform
272
if: ${{ env.SERVER_IMAGE_TAG != '' }}
273
env:
274
GH_TOKEN: ${{ secrets.GITOPS_TOKEN }}
- GOOGLE_APPLICATION_CREDENTIALS: ""
275
run: |
276
cd gitops-repo
277
0 commit comments