From 2f4a2e936c8ac01bac931d72cc0906a2f56818ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=8B=E5=BE=8B=E5=B7=B2=E7=BB=8F=E6=AD=BB=E4=BA=86?= =?UTF-8?q?=E3=80=82?= <89735151+JohnsonRan@users.noreply.github.com> Date: Tue, 15 Jul 2025 22:43:13 +0800 Subject: [PATCH] fix: forgot there's downstream repos --- .github/workflows/sync.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index f393f0a..08adfbd 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -5,6 +5,10 @@ on: - cron: "0 */6 * * *" # run every 6 hours workflow_dispatch: +permissions: + contents: write + actions: write + jobs: sync_latest_from_upstream: name: Sync latest commits from upstream repo