Skip to content

Commit 7c19ebe

Browse files
committed
Update release workflow: add permissions for contents, issues, and pull-requests
1 parent cf9f169 commit 7c19ebe

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
@@ -7,6 +7,11 @@ on:
77

88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

10+
permissions:
11+
contents: write
12+
issues: write
13+
pull-requests: write
14+
1015
jobs:
1116
release:
1217
name: Release

0 commit comments

Comments
 (0)