Skip to content

Commit

Permalink
corrected referrenced SA key
Browse files Browse the repository at this point in the history
  • Loading branch information
ausbennett committed Nov 11, 2023
1 parent 9eb59b4 commit 2a3ec54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a3ec54

Please sign in to comment.