Skip to content

Commit baf9d3b

Browse files
committed
👷 ci(gcloud): setup gcloud in deploy job
1 parent b8c5a7b commit baf9d3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ jobs:
8585
project_id: ${{ secrets.GCP_PROJECT_ID }}
8686
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
8787

88+
- name: Set up Cloud SDK
89+
uses: google-github-actions/setup-gcloud@v2
90+
with:
91+
version: ">= 496.0.0"
92+
install_components: "beta"
93+
8894
- name: Setup gcloud project
8995
run: gcloud config set project $PROJECT_ID
9096

0 commit comments

Comments
 (0)