From 99e5d162ef29a87c5895abc0e829914bdd295e51 Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Mon, 13 Jul 2026 10:56:52 -0500 Subject: [PATCH] adding infisical action to workflows --- .gitea/workflows/infrastructure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/infrastructure.yaml b/.gitea/workflows/infrastructure.yaml index dbec793..c7fcc68 100644 --- a/.gitea/workflows/infrastructure.yaml +++ b/.gitea/workflows/infrastructure.yaml @@ -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: |