Skip to content

Commit 394552b

Browse files
authored
chore: Update release workflow to allow pull-requests: write (#63)
1 parent 190b4b2 commit 394552b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
types:
66
- published
77

8-
permissions: {}
8+
permissions:
9+
id-token: write
10+
contents: write
11+
pull-requests: write
912

1013
jobs:
1114
terraform-module:

0 commit comments

Comments
 (0)