Skip to content

Commit

Permalink
fix secret name (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowiow authored Apr 13, 2021
1 parent 4e9be67 commit 1cddeeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Publish to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: npm run release-pypi
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/moia-oss/bastion-host-forward"
},
"license": "Apache-2.0",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 1cddeeb

Please sign in to comment.