Skip to content

🧰 CI/CD 集成

GitHub Actions

yaml
- uses: cyberspacesec/icp-skills/.github/actions/go-icp@v1
  with:
    command: company
    input: "某科技有限公司"
    format: json
  env:
    ZHUDUN_KEY_1: ${{ secrets.ZHUDUN_KEY_1 }}

文档站本身也通过 GitHub Actions 部署到 GitHub Pages,见仓库 .github/workflows/

适用场景

  • 资产清单每日盘点
  • 新域名备案监控
  • 流水线内嵌侦察步骤

📚 延伸阅读

Released under the MIT License.