Skip to content

Commit ee6c784

Browse files
committed
Fix up to use proper name of the token
1 parent 1ddbf03 commit ee6c784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Publish servicex to PyPI
2626
uses: pypa/gh-action-pypi-publish@v1.6.4
2727
with:
28-
password: ${{ secrets.pypi_password }}
28+
password: ${{ secrets.PYPI_PASSWORD_SERVICEX }}
2929
print_hash: true

0 commit comments

Comments
 (0)