1
Fork 0

Make sure to autoapprove

This commit is contained in:
Jake Howard 2024-01-08 21:23:21 +00:00
parent 90cbf97816
commit f765af5819
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -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