Skip to content

Commit e2b310e

Browse files
committed
chore: Add permissions for token
1 parent 6873119 commit e2b310e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
environment: pypi
12+
permissions:
13+
id-token: write
1114

1215
steps:
1316
- name: Checkout code

0 commit comments

Comments
 (0)