diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 321f1f2..04b3a29 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