diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 435f055e..fe8308d4 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -44,7 +44,7 @@ jobs: run: python -m build - name: Create GitHub Release env: - GITHUB_TOKEN: ${{ secrets.pypi }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config user.name github-actions git config user.email github-actions@github.com @@ -133,7 +133,7 @@ jobs: run: python -m build - name: Create GitHub Pre-Release env: - GITHUB_TOKEN: ${{ secrets.pypi }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BETA_VERSION: ${{ steps.beta_version.outputs.version }} run: | git config user.name github-actions