Skip to content

Commit 3c16c6b

Browse files
add id-token: write permission
1 parent 85b6876 commit 3c16c6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ permissions:
1919

2020
jobs:
2121
deploy:
22-
2322
runs-on: ubuntu-latest
23+
permissions:
24+
# IMPORTANT: this permission is mandatory for trusted publishing
25+
id-token: write
2426

2527
steps:
2628
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)