mirror of
https://github.com/coder/coder.git
synced 2026-09-24 06:47:27 +08:00
ci: fix GH_TOKEN in release.yaml (#12044)
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: ${{ secrets.WINGET_GH_TOKEN }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user