Skip to content

Commit

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

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

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

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

Expand Down

0 comments on commit 74f5a5b

Please sign in to comment.