From 4c513d2d44bf8c0109e068ea5e5eed33db5fbbae Mon Sep 17 00:00:00 2001 From: "JH.Lee" Date: Tue, 31 Mar 2026 16:19:40 +0900 Subject: [PATCH] fix(ci): add persist-credentials: false to release checkout Ensure Changesets action uses PAT for git push so that CI triggers on the Version Packages PR. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f1625ca3..2805b02e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + persist-credentials: false - uses: actions/setup-node@v4 with: