Skip to content

Commit

Permalink
cicd: add content read to permissions for pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Oct 5, 2023
1 parent f11a48f commit 4a22773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
name: pypi
url: https://pypi.org/p/gene-normalizer
permissions:
contents: read
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- name: Download all the dists
Expand Down

0 comments on commit 4a22773

Please sign in to comment.