Skip to content

Commit

Permalink
fix: add read permission to pypi publish github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aschung01 committed Jul 28, 2024
1 parent 98750e5 commit 9499c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
url: https://pypi.org/p/weavel
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 9499c68

Please sign in to comment.