From 6401d17a2432c5fbc9b126f3a0377c54b6694161 Mon Sep 17 00:00:00 2001 From: Vivek Reddy Date: Fri, 11 Oct 2024 17:48:23 -0700 Subject: [PATCH] adding gcloud --- .github/workflows/int-test-gcp-workflow.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/int-test-gcp-workflow.yml b/.github/workflows/int-test-gcp-workflow.yml index cc6ac0cf1..a70a1c2fe 100644 --- a/.github/workflows/int-test-gcp-workflow.yml +++ b/.github/workflows/int-test-gcp-workflow.yml @@ -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: |