xxiaoxiong/dsh-ci1

dsh-ci-plugin

Provider-neutral CI/CD capability for DeepSeek Harness with GitHub Actions support

包名
dsh-ci-plugin
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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:

  1. GH_TOKEN environment variable
  2. GITHUB_TOKEN environment variable
  3. Local gh auth credentials (via GitHub CLI helper)