Skip to content

Commit b304690

Browse files
Update .github/workflows/release-pypi.yml
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 1e40ff1 commit b304690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
--notes ""
8686
- name: Upload artifact and their signatures to GitHub Release
8787
env:
88-
GITHUB_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
88+
GITHUB_TOKEN: ${{ github.token }}
8989
# Upload to GitHub Release using the `gh` CLI.
9090
# `dist/` contains the built packages, and the
9191
# sigstore-produced signatures and certificates.

0 commit comments

Comments
 (0)