Skip to content

Commit

Permalink
Add setup-gcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Aug 7, 2024
1 parent 7462189 commit c35e9ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upload-chain-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
workload_identity_provider: ${{ secrets.GCP_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'

- name: Get current commit hash
run: echo "COMMIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_ENV

Expand Down

0 comments on commit c35e9ed

Please sign in to comment.