From f765af581999e92b2bd8c7c83f23fe344fae6f4a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 8 Jan 2024 21:23:21 +0000 Subject: [PATCH] Make sure to autoapprove --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3353555..9197422 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -22,4 +22,4 @@ jobs: run: just terraform plan -out=tf.plan - name: Apply if: ${{ github.ref == 'refs/heads/master' }} - run: just terraform apply tf.plan + run: just terraform apply -auto-approve tf.plan