Skip to content

Commit 19b2e8c

Browse files
committed
Add id-token: write permission to publish task
1 parent 0f183f3 commit 19b2e8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
needs: build
3434
# Run this job in an isolated GHA environment containing the OIDC credentials.
3535
environment: release
36+
permissions:
37+
id-token: write
3638
steps:
3739
- uses: actions/download-artifact@v2
3840
with:

0 commit comments

Comments
 (0)