Skip to content

Commit

Permalink
Add id-token permission to PyPI publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-techniques committed Jan 1, 2025
1 parent 273486a commit 972d752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
permissions:
contents: read
actions: write
id-token: write

steps:
- name: Download Artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 972d752

Please sign in to comment.