From ce8bef638a53dc10074cb6093ecb5ebc2bf7a2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sat, 27 Apr 2024 23:50:34 +0800 Subject: [PATCH] fix:token workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eadc95a1..f1923118 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: with: repository: 'NapNeko/NapCatQQ' submodules: true - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.NAPCAT_BUILD }} - name: Use Node.js 20.X uses: actions/setup-node@v4 with: @@ -52,7 +52,7 @@ jobs: with: repository: 'NapNeko/NapCatQQ' submodules: true - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.NAPCAT_BUILD }} - name: Use Node.js 20.X uses: actions/setup-node@v4 with: