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