Skip to content

Commit 7cf02e9

Browse files
authored
repo-sync
1 parent 233650c commit 7cf02e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/winget.yml

+8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ on:
88
- '.github/workflows/winget.yml'
99

1010
jobs:
11+
repo-sync:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- run: gh repo sync rednoah/winget-pkgs -b master
15+
env:
16+
GH_TOKEN: ${{ secrets.WINGETCREATE_TOKEN }}
17+
1118
publish:
19+
needs: repo-sync
1220
runs-on: windows-latest
1321
env:
1422
WINGETCREATE_TOKEN: ${{ secrets.WINGETCREATE_TOKEN }}

0 commit comments

Comments
 (0)