Skip to content

Commit 4fee175

Browse files
committed
build: set permissions for release-python
For the trusted publischer autentication it's necessary to access the id-token. Signed-off-by: Daniel Wagner <[email protected]>
1 parent e7af2d8 commit 4fee175

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111

1212
workflow_dispatch:
1313

14+
permissions:
15+
contents: read
16+
id-token: write
17+
1418
jobs:
1519
build_sdist:
1620
name: Build source distribution

0 commit comments

Comments
 (0)