Skip to content

Commit 9a84512

Browse files
authored
ci: sets contents write permission to create draft releases (#203)
1 parent 888f779 commit 9a84512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: "Build (multiphase evaluation: ${{ matrix.multiphase_eval }})"
2626
runs-on: ubuntu-22.04
2727
permissions:
28-
contents: read
28+
contents: write
2929
packages: write
3030
strategy:
3131
matrix:

0 commit comments

Comments
 (0)