From cd8d92893ac0d08d44f78ef0d493c4344eff8b2b Mon Sep 17 00:00:00 2001 From: AnnAngela Date: Sun, 26 Nov 2023 19:16:14 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=AD=A3=20gh=5Ftoken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-resource.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-resource.yml b/.github/workflows/sync-resource.yml index 43c19401ff..4dda8e7605 100644 --- a/.github/workflows/sync-resource.yml +++ b/.github/workflows/sync-resource.yml @@ -42,5 +42,7 @@ jobs: git commit -m "$commit_msg" || exit 0 git push - name: Setup resource update + env: + GH_TOKEN: ${{ secrets.MISTEOWORKFLOW }} run: | gh workflow --repo MaaAssistantArknights/MaaRelease run update-resource.yml \ No newline at end of file