Compare commits

...

2 Commits

Author SHA1 Message Date
755c429d04 Merge pull request 'adding infisical action to workflows' (#143) from 141-update-workflows-with-infisical into main
Some checks failed
Main / changes (push) Successful in 18s
Main / build-and-test (push) Has been skipped
Main / deploy (push) Failing after 7s
Reviewed-on: #143
2026-07-13 11:50:29 -04:00
6ea7326a57 adding infisical action to workflows
All checks were successful
Pull Request / changes (pull_request) Successful in 22s
Pull Request / build-and-test (pull_request) Has been skipped
2026-07-13 10:48:28 -05:00

View File

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