Skip to content

Commit 5b2cf17

Browse files
committed
fix release perms
1 parent 96bb161 commit 5b2cf17

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
@@ -9,6 +9,9 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
jobs:
1111
release:
12+
permissions:
13+
contents: write
14+
pull-requests: write
1215
name: Release
1316
runs-on: ubuntu-latest
1417
steps:

0 commit comments

Comments
 (0)