Skip to content

Commit

Permalink
chore: Update release workflow to allow pull-requests: write (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed May 31, 2024
1 parent 71859f6 commit 4fd2651
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
types:
- published

permissions: {}
permissions:
id-token: write
contents: write
pull-requests: write

jobs:
terraform-module:
Expand Down

0 comments on commit 4fd2651

Please sign in to comment.