Skip to content

Commit

Permalink
Use scoped PyPI tokens for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi authored Apr 15, 2021
1 parent f1fc531 commit ca1d865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-spongebobsay-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
packages_dir: spongebobsay-cli/dist/
user: __token__
password: ${{ secrets.PYPI_TEST_TOKEN }}
password: ${{ secrets.PYPI_TEST_TOKEN_SPONGEBOBSAY }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true

Expand All @@ -63,7 +63,7 @@ jobs:
with:
packages_dir: spongebobsay-cli/dist/
user: __token__
password: ${{ secrets.PYPI_PROD_TOKEN }}
password: ${{ secrets.PYPI_PROD_TOKEN_SPONGEBOBSAY }}
skip_existing: false

- name: Persist build artifacts
Expand Down

0 comments on commit ca1d865

Please sign in to comment.