Skip to content

Commit 6d5cb30

Browse files
authored
chore: Update release workflow to allow pull-requests: write (#83)
1 parent 466ce08 commit 6d5cb30

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)