Skip to content

Commit f16ed86

Browse files
committed
ci(workflows): add write permissions to release workflow
1 parent 8a58080 commit f16ed86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/release.yml

+2-1
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)