From 6f2e31a764709b6b99c9a85a1d254a9789e6ba1d Mon Sep 17 00:00:00 2001 From: TonyBlur Date: Tue, 26 May 2026 08:41:05 +0800 Subject: [PATCH] fix(ci): use GITHUB_TOKEN instead of UPSTREAM_TOKEN for target repo authentication --- .github/workflows/sync-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index bd91d19..2c55460 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -40,7 +40,7 @@ jobs: upstream_sync_repo: alexta69/metube upstream_sync_branch: master target_sync_branch: master - target_repo_token: ${{ secrets.UPSTREAM_TOKEN }} + target_repo_token: ${{ secrets.GITHUB_TOKEN }} test_mode: false - name: Sync check