diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b34f0b99..2a54c007 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,6 @@ jobs: - name: Python Semantic Release uses: relekang/python-semantic-release@v7.33.2 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_TOKEN }} repository_username: __token__ repository_password: ${{ secrets.PYPI_TOKEN }}