Skip to content

Commit

Permalink
cred
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhv12 committed Dec 8, 2023
1 parent 8abad2c commit de4387e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Terraform Init
working-directory: infra/prod
run: terraform init
env:
GOOGLE_CREDENTIALS: ${{ secrets.GCP_SA_KEY }}

- name: Terraform Apply
working-directory: infra/prod
Expand All @@ -47,3 +49,4 @@ jobs:
terraform apply -input=false tfplan
env:
GOOGLE_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
GOOGLE_CREDENTIALS: ${{ secrets.GCP_SA_KEY }}

0 comments on commit de4387e

Please sign in to comment.