From 2c52b150e83fed32ee8cc094d69407628bf869e9 Mon Sep 17 00:00:00 2001 From: BruceChen Date: Thu, 3 Nov 2022 09:39:25 +0800 Subject: [PATCH] [SKIP_BUILD] Update vuepress-deploy.yml --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 496ecb9a..fcf5fdda 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -19,7 +19,7 @@ jobs: - name: vuepress-deploy uses: jenkey2011/vuepress-deploy@master env: - ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ACCESS_TOKEN: ${{ secrets.GH_PAGES_TOKEN }} TARGET_REPO: MCCTeam/MCCTeam.github.io TARGET_BRANCH: master BUILD_SCRIPT: yarn --cwd ./docs/ && yarn --cwd ./docs/ docs:build