diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7f56dcf..97e579f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -104,7 +104,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.RELEASE_PAT }} - uses: pnpm/action-setup@v4