tweak secrets in release process
This commit is contained in:
parent
39bdd7394d
commit
31d1a59850
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release_pypi.yml
vendored
4
.github/workflows/release_pypi.yml
vendored
|
|
@ -15,5 +15,5 @@ jobs:
|
|||
- name: Run PyPI Release CI workflow
|
||||
uses: adafruit/workflows-circuitpython-libs/release-pypi@main
|
||||
with:
|
||||
pypi-username: ${{ secrets.pypi_username }}
|
||||
pypi-password: ${{ secrets.pypi_password }}
|
||||
pypi-username: __token__
|
||||
pypi-password: ${{ secrets.pypi_token }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue