Skip to content

Commit 7770eaa

Browse files
committed
Try adding perms on re-usable workflow
1 parent 74a31dc commit 7770eaa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-package-action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
name: Publish Python Wheel
88
runs-on: ubuntu-latest
99
environment: release
10+
premissions:
11+
id-token: write
1012
steps:
1113
- name: Download Source Tarball Artifact
1214
uses: actions/download-artifact@v4
@@ -25,5 +27,5 @@ jobs:
2527
print-hash: true
2628
skip-existing: true
2729
verify-metadata: true
28-
username: dwoz
29-
password: ${{ secrets.PYPI_API_TOKEN }}
30+
#username: dwoz
31+
#password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)