Skip to content

Commit 1f58f9d

Browse files
committedNov 26, 2024
Add the write permission for id-token to make OIDC work with pypi
1 parent 4b6a80a commit 1f58f9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
environment: pypi
12+
permissions:
13+
id-token: write
1214
steps:
1315
- uses: actions/checkout@v2
1416
- name: Set up Python

0 commit comments

Comments
 (0)