Skip to content

Commit d0aee4a

Browse files
committed
Add write token
1 parent f2667b5 commit d0aee4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test_and_deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
runs-on: ubuntu-latest
7575
if: contains(github.ref, 'tags')
7676
environment: pypi-deploy
77+
permissions:
78+
id-token: write
7779
steps:
7880
- uses: actions/checkout@v2
7981
- name: Set up Python

0 commit comments

Comments
 (0)