Add auto sync winget fork to workflow

This commit is contained in:
JonnyWong16 2025-04-12 16:56:10 -07:00
commit 889026b092
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -11,6 +11,11 @@ jobs:
runs-on: windows-latest
if: ${{ !github.event.release.prerelease }}
steps:
- name: Sync Winget Fork
run: gh repo sync ${{ secrets.WINGET_USERNAME }}/winget-pkgs -b master
env:
GH_TOKEN: ${{ secrets.WINGET_TOKEN }}
- name: Submit package to Windows Package Manager Community Repository
run: |
$wingetPackage = "Tautulli.Tautulli"