Skip to content

Commit 27a524e

Browse files
authored
ci: give repo write permission to the publish job (#505)
1 parent fb72b9a commit 27a524e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ jobs:
156156
publish:
157157
needs: [build-sdist, build-wheels]
158158
runs-on: ubuntu-latest
159+
permissions:
160+
contents: write
159161

160162
steps:
161163
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)