From 1eaceb8dac60d918a05d43291e33ed3cd9d478cb Mon Sep 17 00:00:00 2001 From: ZSCGR <932478692@qq.com> Date: Tue, 16 Jun 2026 10:53:32 +0800 Subject: [PATCH] upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优化并发和长token --- .github/workflows/star-list.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/star-list.yml b/.github/workflows/star-list.yml index ca60f84..9424e8e 100644 --- a/.github/workflows/star-list.yml +++ b/.github/workflows/star-list.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: schedule: # Execute every week at 0:00 CST (UTC+8), which is 16:00 UTC on the previous day - - cron: '23 18 * * *' # This runs at 16:00 UTC on Saturday, which is 0:00 CST on Sunday + - cron: '23 18 * * *' # 每天 UTC 18:23 (北京时间次日凌晨 02:23) watch: types: [started] @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: some generator - uses: ZSCGR/mawesome@v2.2.1 + uses: ZSCGR/mawesome@v2.2.2 with: api-token: ${{ secrets.PERSONAL_TOKEN }} github-email: ${{ secrets.USER_EMAIL }}