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