Skip to content

Commit 07b6259

Browse files
authored
ci(workflows): add write permissions to release workflow (#673)
1 parent 8a58080 commit 07b6259

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ name: Release
88
- "*.x"
99

1010
permissions:
11-
contents: read
11+
contents: write
12+
issues: write
1213

1314
jobs:
1415
release:

0 commit comments

Comments
 (0)