Skip to content

Commit

Permalink
Update destroy-genai-appstack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Nov 14, 2024
1 parent c648efd commit ea66bfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/destroy-genai-appstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@ jobs:
- name: Terraform Destroy
if: github.ref == 'refs/heads/destroy-genai-appstack' && github.event_name == 'push'
run: terraform destroy -auto-approve -input=false
env:
TF_VAR_aws_access_key: ${{ secrets.aws_access_key }}
TF_VAR_aws_secret_key: ${{ secrets.aws_secret_key }}

0 comments on commit ea66bfd

Please sign in to comment.