From 763f4ef0a33e381031db41d96f7c35682cf5d946 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Mon, 19 Aug 2024 10:40:58 -0700 Subject: [PATCH] whoopsie --- .github/workflows/deploy-to-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-staging.yaml b/.github/workflows/deploy-to-staging.yaml index 275cfcc46..5bbe82a64 100644 --- a/.github/workflows/deploy-to-staging.yaml +++ b/.github/workflows/deploy-to-staging.yaml @@ -43,7 +43,7 @@ jobs: - name: Auth to gcloud uses: google-github-actions/auth@v2 with: - credentials_json: ${{ secrets.GCP_SA_KEY }} + credentials_json: ${{ secrets.GKE_KEY }} project_id: ${{ secrets.GCP_PROJECT_ID }} - name: Install Google Cloud SDK