Skip to content

Commit 3decf04

Browse files
committed
ci: Fix config, hopefully
1 parent a7ff3a5 commit 3decf04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sync.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
steps:
1414
- uses: tgymnich/fork-sync@v2.0
1515
with:
16-
owner: 5HT2C
16+
token: ${{ secrets.FORK_SYNC_TOKEN }}
17+
owner: '5HT2C'
18+
repo: 'Vundle.vim'
1719
base: master
1820
head: master
1921
merge_method: rebase

0 commit comments

Comments
 (0)