ci: fix winget-release workflow (#11865)

This commit is contained in:
Muhammad Atif Ali 2024-01-29 13:49:20 +03:00 committed by GitHub
parent bc4ae53261
commit 8398b4188b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -408,6 +408,11 @@ jobs:
if: ${{ !inputs.dry_run }}
steps:
- name: Sync fork
run: gh repo sync cdrci/winget-pkgs -b master
env:
GH_TOKEN: ${{ secrets.WINGET_GH_TOKEN }}
- name: Checkout
uses: actions/checkout@v4
with: