Skip to content

Commit a1fcb23

Browse files
authored
chore: Add missing discussions: write permission to release job (#81)
## What's Changed We need `discussions: write` permission to create a new discussion by `gh release create --discussion-category`. Closes #80.
1 parent 9927598 commit a1fcb23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525

2626
permissions:
2727
contents: write
28+
discussions: write
2829

2930
env:
3031
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)