Skip to content

Commit

Permalink
Add setup gcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-spacemesh committed Nov 5, 2024
1 parent 2494516 commit cc524d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
workload_identity_provider: ${{ secrets.GCP_WIP }}
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
token_format: access_token

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
version: "469.0.0"

- name: Build to Mainnet Explorer
env:
Expand Down

0 comments on commit cc524d8

Please sign in to comment.