dsh-ci-plugin
Provider-neutral CI/CD capability for DeepSeek Harness with GitHub Actions support
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
Add the following block to your settings.json or settings.local.json configuration file:
{
"plugins": {
"dsh-ci": {
"writeEnabled": false,
"maxLogSize": 8192,
"maxEvidenceItems": 50,
"apiBase": "https://api.github.com"
}
}
}
Credentials
The plugin integrates with the standard DSH credential manager. It will automatically check for credentials in the following order:
GH_TOKENenvironment variableGITHUB_TOKENenvironment variable- Local
ghauth credentials (via GitHub CLI helper)