Skip to content

Commit

Permalink
adding gcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Oct 12, 2024
1 parent f3f8656 commit 6401d17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/int-test-gcp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ jobs:
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}

- name: Install Google Cloud SDK
uses: google-github-actions/setup-gcloud@v0
with:
version: 'latest' # Adjust version if needed

- name: Set GCP Project
run: |
Expand Down

0 comments on commit 6401d17

Please sign in to comment.