-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration Reference
Coding-Autopilot-System CI edited this page May 27, 2026
·
1 revision
| Variable | Value | Required by |
|---|---|---|
| ORG | Coding-Autopilot-System | autopilot-operator.yml, autopilot-org-installer.yml |
| Secret | Description | Required by |
|---|---|---|
| OPENAI_API_KEY | OpenAI API key for Codex | autopilot-operator.yml |
| GITHUB_TOKEN | Auto-provided by GitHub Actions | All workflows |
| Workflow | Trigger | Notes |
|---|---|---|
| autopilot-operator.yml | schedule: every 10 min + workflow_dispatch | Requires self-hosted Windows runner |
| autopilot-org-installer.yml | schedule: hourly + workflow_dispatch | Scans org for .autopilot/opt-in files |
| autopilot-create-issue.yml | workflow_run completed | Deploy to target repos |
| autopilot-docs-daily.yml | schedule: 0 6 * * * + workflow_dispatch | Updates docs/status.md |
| ci.yml | push/PR to main | Portfolio CI on ubuntu-latest |
| Label | Description |
|---|---|
| autofix | Issue is a candidate for automated fix |
| queued | Issue is queued for the operator |
| risky | Skip - requires human judgment |
| needs-design | Skip - requires architectural decision |
| in-progress | Skip - already being addressed |
Create .autopilot/opt-in in target repo. autopilot-org-installer.yml opens a PR to install the intake workflow.
Self-hosted Windows runner must have: git, gh CLI (authenticated), codex CLI, OPENAI_API_KEY secret.