From 2a3ec54e4a45ee866f0c2f4796eef89290550437 Mon Sep 17 00:00:00 2001 From: Austin Bennett Date: Sat, 11 Nov 2023 16:44:50 -0500 Subject: [PATCH] corrected referrenced SA key --- .github/workflows/manual_terraform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual_terraform.yml b/.github/workflows/manual_terraform.yml index 3e3f46b..e7887cd 100644 --- a/.github/workflows/manual_terraform.yml +++ b/.github/workflows/manual_terraform.yml @@ -18,14 +18,14 @@ jobs: - name: Authenticate to Google Cloud uses: google-github-actions/auth@v1 with: - credentials_json: ${{ secrets.GCP_SA_KEY }} + credentials_json: ${{ secrets.DEFAULT_SA_KEY2 }} - name: Setup Terraform uses: hashicorp/setup-terraform@v1 - name: "Setup GCP Credentials" env: - GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }} + GCP_SA_KEY: ${{ secrets.DEFAULT_SA_KEY2 }} run: | echo "$GCP_SA_KEY" > ./cloud-infra/credentials.json