We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f183f3 commit 19b2e8cCopy full SHA for 19b2e8c
.github/workflows/pypi-publish.yml
@@ -33,6 +33,8 @@ jobs:
33
needs: build
34
# Run this job in an isolated GHA environment containing the OIDC credentials.
35
environment: release
36
+ permissions:
37
+ id-token: write
38
steps:
39
- uses: actions/download-artifact@v2
40
with:
0 commit comments