Skip to content

Commit 47464a2

Browse files
fix: adapt CI job permissions to trusted publishing workflow
1 parent d2286a0 commit 47464a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
publish-pypi:
2121
runs-on: ubuntu-latest
2222
needs: release-please
23+
permissions:
24+
id-token: write
2325
if: ${{ needs.release-please.outputs.release_created }}
2426

2527
steps:

0 commit comments

Comments
 (0)