Skip to content

Commit 8a1337d

Browse files
committed
use correct token
1 parent 4edb6c3 commit 8a1337d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: AButler/upload-release-assets@v3.0
4747
with:
4848
files: dist/*
49-
repo-token: ${{ secrets.PYPI_API_TOKEN }}
49+
repo-token: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: Publish package to PyPI
5252
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)