Skip to content

Commit

Permalink
Fix permissions for prep release workflow (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 19, 2024
1 parent 9918113 commit 443b307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ on:
jobs:
prep_release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

Expand Down

0 comments on commit 443b307

Please sign in to comment.