Skip to content

Commit

Permalink
added information into the github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
g-lorena committed Apr 29, 2024
1 parent a6ec81b commit 0a26b3c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/destroy-infra.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: "Terraform destroy"
on:
push:
branches:
- feat*/*
workflow_dispatch:
permissions:
id-token: write # This is required for aws oidc connection
contents: read # This is required for actions/checkout
pull-requests: write # This is required for gh bot to comment PR
id-token: write # This is required for aws oidc connection
contents: read # This is required for actions/checkout
pull-requests: write # This is required for gh bot to comment PR
env:
TF_LOG: INFO
AWS_REGION: ${{ secrets.AWS_REGION }}
Expand Down

0 comments on commit 0a26b3c

Please sign in to comment.