Skip to content

Commit 376352e

Browse files
authored
fix(ci): add github token to chocolatey workflow (#9166)
1 parent ea34ec7 commit 376352e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -466,3 +466,5 @@ jobs:
466466
467467
env:
468468
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
469+
# We need a GitHub token for the gh CLI to function under GitHub Actions
470+
GH_TOKEN: ${{ secrets.CDRCI_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)