Skip to content

Commit

Permalink
github actions permissions id-token: write
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Jul 6, 2024
1 parent a79eb39 commit d027da2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-20.04
if: github.event_name == 'push' && github.repository == 'ifduyue/python-xxhash'
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit d027da2

Please sign in to comment.