Skip to content

Commit a096895

Browse files
authored
chore: Update release workflow to allow pull-requests: write (#277)
1 parent 7ace9e4 commit a096895

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.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)