Skip to content

Commit a99fea2

Browse files
authored
Update opsless_system.yml
1 parent 25de54a commit a99fea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/opsless_system.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ jobs:
2727
- name: Terraform Plan
2828
working-directory: opsless_system
2929
env:
30+
GOOGLE_CREDENTIALS: ${{ secrets.GCP_SA_KEY }}
3031
TF_VAR_project_id: ${{ secrets.OPSLESS_GCP_PROJECT_ID }}
3132
run: terraform plan -input=false -var="bucket_name=opsless-tfstate"
3233

3334
- name: Terraform Apply
3435
working-directory: opsless_system
3536
env:
37+
GOOGLE_CREDENTIALS: ${{ secrets.GCP_SA_KEY }}
3638
TF_VAR_project_id: ${{ secrets.OPSLESS_GCP_PROJECT_ID }}
3739
run: terraform apply -auto-approve -input=false -var="bucket_name=opsless-tfstate"

0 commit comments

Comments
 (0)