Skip to content

Commit

Permalink
set id-token write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ale210 committed Nov 21, 2024
1 parent 2a2c7b3 commit a040970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
id-token: 'write'
contents: read
pull-requests: write

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terraform-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
id-token: 'write'
contents: read
pull-requests: write

Expand Down

0 comments on commit a040970

Please sign in to comment.