Skip to content

Commit 0372ae5

Browse files
Fixed permission for release workflow
1 parent 59ab1c8 commit 0372ae5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Release
33
on:
44
workflow_call
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
release_linux:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)