Skip to content

Commit fa3fb60

Browse files
committed
add appofapps to gh worlkflow
1 parent 3e7395e commit fa3fb60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/akuity-iac-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- id: plan
4242
run: tofu plan -var argo_admin_password=$TF_VAR_ARGO_ADMIN_PASSWORD
4343
- id: apply
44-
run: tofu apply -var argo_admin_password=$TF_VAR_ARGO_ADMIN_PASSWORD
44+
run: tofu apply --auto-approve -var argo_admin_password=$TF_VAR_ARGO_ADMIN_PASSWORD
4545
app_of_apps:
4646
needs: [akuity_setup]
4747
defaults:
@@ -68,4 +68,4 @@ jobs:
6868
- id: plan
6969
run: tofu plan
7070
- id: apply
71-
run: tofu apply
71+
run: tofu apply --auto-approve

0 commit comments

Comments
 (0)