We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069d0b1 commit 6411ff2Copy full SHA for 6411ff2
.github/workflows/Sync.yml
@@ -8,9 +8,9 @@ jobs:
8
repo-sync:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: TG908/fork-sync@v1.6.3
+ - uses: TG908/fork-sync@master
12
with:
13
- github_token: ${{ secrets.TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
14
owner: ngosang # fork 的上游仓库 user
15
head: master # fork 的上游仓库 branch
16
base: master # 本地仓库 branch
0 commit comments