Skip to content

Commit

Permalink
ci: give repo write permission to the publish job (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix authored Jun 19, 2024
1 parent fb72b9a commit 27a524e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
publish:
needs: [build-sdist, build-wheels]
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 27a524e

Please sign in to comment.