Skip to content

Commit

Permalink
Update permissions for publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pydsigner committed Aug 17, 2023
1 parent d112bbc commit 3a7bcc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ on:
types: [published]

permissions:
# Required for actions/checkout
contents: read
# Required for OIDC authentication to PyPI
id-token: write

jobs:
deploy:
Expand Down

0 comments on commit 3a7bcc8

Please sign in to comment.