Skip to content

Commit

Permalink
fix the permissions of GITHUB_TOKEN in publish-to-pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed Aug 27, 2021
1 parent bb4fd08 commit 5ef76f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'v*'
workflow_dispatch:

permissions:
contents: write

jobs:
build-and-publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5ef76f1

Please sign in to comment.