fix(ci): add github token to chocolatey workflow (#9166)

This commit is contained in:
phorcys420
2023-08-18 13:16:56 +03:00
committed by GitHub
parent ea34ec7538
commit 376352eeb3
+2
View File
@@ -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 }}