From b66d36c2b43f25339c8b857455760c6836994567 Mon Sep 17 00:00:00 2001 From: Min Jin Date: Mon, 1 Dec 2025 22:49:42 -0800 Subject: [PATCH] use PAT_TOKEN to publish release Signed-off-by: Min Jin --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}