Skip to content

Commit

Permalink
fix: add id-token permission (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhw authored Dec 27, 2024
1 parent 9411d6d commit 033d6ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:

publish:
runs-on: ubuntu-latest
needs: build
needs:
- build
permissions:
id-token: write
steps:
- name: Download artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 033d6ea

Please sign in to comment.