Skip to content

Commit

Permalink
add workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Mar 26, 2024
1 parent 44fb81b commit 7e2b44e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/iac_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ env:
environment: 'stage'
AWS_REGION: us-east-1

permissions:
id-token: write
contents: read

jobs:
validate-iac:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7e2b44e

Please sign in to comment.