Skip to content

Commit

Permalink
add content permission on release step (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski authored Feb 6, 2025
1 parent 1450bc9 commit ea3a59c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
name: pypi
url: https://pypi.org/p/keepa
permissions:
id-token: write # this permission is mandatory for trusted publishing
id-token: write # Required for PyPI publishing
contents: write # Required for creating GitHub releases
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ea3a59c

Please sign in to comment.