Skip to content

Commit 9183070

Browse files
committed
Fix permissions for prep release workflow
1 parent 9918113 commit 9183070

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prep-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ on:
2222
jobs:
2323
prep_release:
2424
runs-on: ubuntu-latest
25+
permissions:
26+
contents: write
2527
steps:
2628
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2729

0 commit comments

Comments
 (0)