We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea34ec7 commit 376352eCopy full SHA for 376352e
.github/workflows/release.yaml
@@ -466,3 +466,5 @@ jobs:
466
467
env:
468
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