Skip to content

Commit 9648f80

Browse files
ci: deploy_to_pipy: Add id-token permission
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent 33407e0 commit 9648f80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy_to_pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*.*.*' # This will trigger the workflow only when a tag that matches the pattern is pushed
77

8+
permissions:
9+
id-token: write
10+
811
jobs:
912
deploy:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)