Skip to content

Commit 6411ff2

Browse files
authored
Update Sync.yml
1 parent 069d0b1 commit 6411ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
repo-sync:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: TG908/fork-sync@v1.6.3
11+
- uses: TG908/fork-sync@master
1212
with:
13-
github_token: ${{ secrets.TOKEN }}
13+
github_token: ${{ secrets.GITHUB_TOKEN }}
1414
owner: ngosang # fork 的上游仓库 user
1515
head: master # fork 的上游仓库 branch
1616
base: master # 本地仓库 branch

0 commit comments

Comments
 (0)