From 5a07318527bc312c9eedb40c77148deb3afd2d6d Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Mon, 13 Jul 2026 10:57:19 -0500 Subject: [PATCH] adding infisical action to workflows --- .gitea/workflows/infrastructure.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/infrastructure.yaml b/.gitea/workflows/infrastructure.yaml index c7fcc68..3cb2e24 100644 --- a/.gitea/workflows/infrastructure.yaml +++ b/.gitea/workflows/infrastructure.yaml @@ -37,7 +37,7 @@ jobs: run: | terraform -chdir=/infrastructure plan -no-color -input=false - - name: Terraform apply - run: | - terraform apply -no-color - + # - name: Terraform apply + # run: | + # terraform apply -no-color - \ No newline at end of file