adding infisical action to workflows

This commit is contained in:
2026-07-13 10:56:52 -05:00
parent 6ea7326a57
commit 99e5d162ef

View File

@@ -35,7 +35,7 @@ jobs:
- name: Terraform plan
run: |
terraform plan -no-color -input=false
terraform -chdir=/infrastructure plan -no-color -input=false
- name: Terraform apply
run: |