mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
ci: use repo secret for syncing winget-pkgs fork (#12108)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user