Skip to content

Commit

Permalink
fix: Add a personal token to allow semantic-release to publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
mazulo committed Feb 14, 2023
1 parent 9632e07 commit a9d4547
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checking out..
uses: actions/checkout@v3
with:
token: ${{ secrets.PUBLISH_PYPI_TOKEN }}

- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down

0 comments on commit a9d4547

Please sign in to comment.