Skip to content

Commit 89c1d81

Browse files
committed
release.yml: add github write permission
1 parent ebeac5a commit 89c1d81

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
@@ -14,6 +14,8 @@ on:
1414
jobs:
1515
create_draft_release:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: write
1719
steps:
1820
- uses: actions/checkout@v2
1921

0 commit comments

Comments
 (0)