From 90f0d9b71c11f194f68c52fd79f6cb8b5375f600 Mon Sep 17 00:00:00 2001 From: woshishiq1 <90903172+woshishiq1@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:14:38 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a773be5..d1411fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,7 @@ jobs: steps: - uses: tgymnich/fork-sync@v1.2.1 with: - owner: liu673cn/box - base: main - head: main + token: ${{ secrets.PERSONAL_TOKEN }} + owner: llvm + base: master + head: master