Skip to content

Commit

Permalink
CI: fixup permissions for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews committed May 30, 2024
1 parent 8ae5e77 commit 4f7afa7
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 @@ -20,6 +20,8 @@ jobs:
permissions:
# Needed for trusted publishing to PyPI
id-token: write
# Needed for pushing commit and tags
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 4f7afa7

Please sign in to comment.