Skip to content

Commit 5eea365

Browse files
committed
Add permissions for creating releases in GitHub Actions workflow
1 parent 381cb19 commit 5eea365

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
- 'v*' # Triggers on tag push matching v*, like v1.0.0
77
workflow_dispatch: # Allows manual trigger from GitHub UI
88

9+
# Add permissions needed for creating releases
10+
permissions:
11+
contents: write
12+
discussions: write
13+
914
jobs:
1015
build:
1116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)