Skip to content

Commit ed4c5a2

Browse files
committed
fix: add permissions for GitHub release creation
1 parent 43bbd42 commit ed4c5a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
release:
1313
name: Create Release and Publish
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
17+
discussions: write
1518
steps:
1619
- uses: actions/checkout@v4
1720
with:

0 commit comments

Comments
 (0)