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