diff --git a/.github/workflows/refactor.yml b/.github/workflows/refactor.yml index ac2a4b5e9..0bd019f1f 100644 --- a/.github/workflows/refactor.yml +++ b/.github/workflows/refactor.yml @@ -9,9 +9,9 @@ jobs: repo-sync: runs-on: ubuntu-latest steps: - - uses: tgymnich/fork-sync@v2.0.10 + - uses: TG908/fork-sync@v2.0.10 with: - token: ${{ secrets.PERSONAL_TOKEN }} + github_token: ${{ secrets.PERSONAL_TOKEN }} owner: SengokuCola # fork 的上游仓库 user head: refactor # fork 的上游仓库 branch base: refactor # 本地仓库 branch