Skip to content

Commit

Permalink
Fix typo in github secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
aniezurawski authored Mar 24, 2021
1 parent ba760b1 commit 4163b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/neptune-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@54b39fb9371c0b3a6f9f14bb8a67394defc7a806
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN_LIGTHGBM }}
password: ${{ secrets.PYPI_API_TOKEN_LIGHTGBM }}
packages_dir: integrations/lightgbm/dist

publish:
Expand Down

0 comments on commit 4163b98

Please sign in to comment.