Skip to content

Commit

Permalink
fix: fix release token to ensure publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 4, 2022
1 parent b62e17b commit a97e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -281,4 +281,4 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
GIT_CREDENTIALS: ${{ steps.generate_token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit a97e98e

Please sign in to comment.