From 9230b0fe9f41cb7a5bf44aac97a4a048f63ee733 Mon Sep 17 00:00:00 2001 From: Xiaohan-Tian <157918347+Xiaohan-Tian@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:28:44 -0700 Subject: [PATCH] fix: use correct token in `release` action. --- .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 db74f08..4a9f44e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PAGES_DEPLOY_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v4