diff --git a/.github/workflows/release_version.yaml b/.github/workflows/release_version.yaml index 1f407f4..c51f0a0 100644 --- a/.github/workflows/release_version.yaml +++ b/.github/workflows/release_version.yaml @@ -22,7 +22,7 @@ jobs: - name: Python Semantic Release uses: python-semantic-release/python-semantic-release@master with: - github_token: ${{ secrets.GH_PAT_SEM_REL }} + github_token: ${{ secrets.GITHUB_TOKEN }} root_options: "-vv" - name: Publish package distributions to GitHub Releases