From d7f5ca6e6832c7645a5c504f1d1a96fc0b1bd67f Mon Sep 17 00:00:00 2001 From: Aarsh2001 Date: Wed, 4 Oct 2023 14:32:42 +0100 Subject: [PATCH] gcp auth --- .github/workflows/gcp-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcp-test.yaml b/.github/workflows/gcp-test.yaml index 3bbe1912..8daf9c52 100644 --- a/.github/workflows/gcp-test.yaml +++ b/.github/workflows/gcp-test.yaml @@ -27,7 +27,7 @@ jobs: - name: 'SSH into the instance' run: | - gcloud compute ssh demos-tests --zone us-central1-a --command "ls" --quiet + gcloud compute ssh demos-tests --project gpu-insatnce --quiet --zone us-central1-a --command "ls" run-test: needs: activate-vm