Skip to content

Commit d2a6264

Browse files
committed
Add write permission to release workflow
1 parent f356704 commit d2a6264

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ jobs:
184184
# Release
185185
release:
186186
runs-on: ubuntu-latest
187+
permissions:
188+
contents: write
187189
needs: [build-linux-release, build-windows-release]
188190
steps:
189191
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)