adding infisical action to workflows #143

Merged
noah merged 1 commits from 141-update-workflows-with-infisical into main 2026-07-13 11:50:30 -04:00
Showing only changes of commit 6ea7326a57 - Show all commits

View File

@@ -30,14 +30,14 @@ jobs:
uses: hashicorp/setup-terraform@v4
- name: Terraform init
uses: |
run: |
terraform init -input=false
- name: Terraform plan
uses: |
run: |
terraform plan -no-color -input=false
- name: Terraform apply
uses: |
run: |
terraform apply -no-color -