Skip to content

Commit

Permalink
ci: add pypi token
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Tse <alandtse@gmail.com>
  • Loading branch information
alandtse committed Oct 29, 2019
1 parent ad276b5 commit 4d2abb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Publish with semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.TESLA_PYPY_TOKEN }}
PYPI_USERNAME: __token__
run: |
DEBUG='*' semantic-release publish --noop

0 comments on commit 4d2abb4

Please sign in to comment.