Skip to content

Commit

Permalink
add permission value to publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 28, 2024
1 parent adf1bac commit 4c45fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
needs: ["build-sdist"]
name: "Publish to TestPyPI"
runs-on: ubuntu-latest
permissions:
id-token: write

steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4c45fff

Please sign in to comment.