From 31d1a598501a168493f23db633de2008e3a23574 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 14 Jun 2023 16:16:40 -0500 Subject: [PATCH] tweak secrets in release process --- .github/workflows/release_pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yml index 65775b7..97b80f8 100644 --- a/.github/workflows/release_pypi.yml +++ b/.github/workflows/release_pypi.yml @@ -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 }}