From 6ea7326a57dc53022880ea31b4d8eefff639b4fe Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Mon, 13 Jul 2026 10:48:28 -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 fd57cfc..dbec793 100644 --- a/.gitea/workflows/infrastructure.yaml +++ b/.gitea/workflows/infrastructure.yaml @@ -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 - \ No newline at end of file -- 2.49.1