From 0c06f3cbd3f229a2209705ee1bf2f2eefc208467 Mon Sep 17 00:00:00 2001 From: Aarsh2001 Date: Wed, 4 Oct 2023 20:11:44 +0100 Subject: [PATCH] gcp auth --- .github/workflows/gcp-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gcp-test.yaml b/.github/workflows/gcp-test.yaml index 96d275be..012edd32 100644 --- a/.github/workflows/gcp-test.yaml +++ b/.github/workflows/gcp-test.yaml @@ -27,6 +27,7 @@ jobs: - name: Start GPU VM run: | cd demos/.github/auth + touch ~/.ssh/id_rsa echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa python3 db_auth.py ${{ secrets.DB_ENDPOINT }} ${{ secrets.DB_OBJ_ID }}