From 7b8a38b474856561eebf8598f114b62d2e6876fa Mon Sep 17 00:00:00 2001 From: Cyrus Zhou Date: Sun, 16 Apr 2023 09:19:15 +0200 Subject: [PATCH] Update sync.yml --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index ef50e1354..405627cbe 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -27,7 +27,7 @@ jobs: upstream_sync_repo: Yidadaa/ChatGPT-Next-Web upstream_sync_branch: main target_sync_branch: main - target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set + target_repo_token: ${{ secrets.TOKEN }} # automatically generated, no need to set # Set test_mode true to run tests instead of the true action!! test_mode: true