diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81d0098..8c7e0ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,11 +17,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.DEPLOY }} + token: ${{ secrets.RELEASER }} - name: Python Semantic Release uses: python-semantic-release/python-semantic-release@v9.8.6 with: - github_token: ${{ secrets.DEPLOY }} + github_token: ${{ secrets.RELEASER }} root_options: "-vv"