diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a4de9641a..11fd5502d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,5 +94,5 @@ jobs: if: ${{ github.event.inputs.dry-run != 'true' }} uses: ncipollo/release-action@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PAT_TOKEN }} tag: v${{ github.event.inputs.releaseVersion }}