Skip to content

Commit

Permalink
fixed secret ref
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycaverly committed Jan 7, 2020
1 parent da90f2a commit dd5ed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ pypiToken }}
password: ${{ secrets.pypiToken }}

0 comments on commit dd5ed58

Please sign in to comment.