mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(ci): add github token to chocolatey workflow (#9166)
This commit is contained in:
@@ -466,3 +466,5 @@ jobs:
|
||||
|
||||
env:
|
||||
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
|
||||
# We need a GitHub token for the gh CLI to function under GitHub Actions
|
||||
GH_TOKEN: ${{ secrets.CDRCI_GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user