Skip to content

Commit a33ef9e

Browse files
authored
chore: Update release workflow to allow pull-requests: write (#34)
1 parent db6ec9d commit a33ef9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
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)