ci: use repo secret for syncing winget-pkgs fork (#12108)

This commit is contained in:
Muhammad Danish 2024-02-13 20:25:13 +05:00 committed by GitHub
parent 28bbdee655
commit 3c536aa880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ jobs:
- name: Sync fork
run: gh repo sync cdrci/winget-pkgs -b master
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.CDRCI_GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v4