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