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

This commit is contained in:
phorcys420 2023-08-18 12:16:56 +02:00 committed by GitHub
parent ea34ec7538
commit 376352eeb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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 }}