File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,25 @@ This repo does not own:
38385 . Downstream runtimes must treat the artifact as advisory context only until a
3939 separate deterministic policy engine explicitly consumes it.
4040
41+ ## GitHub Configuration
42+
43+ The model API keys are centralized in ` CodexAuditBridge ` ; do not add
44+ ` OPENAI_API_KEY ` or ` ANTHROPIC_API_KEY ` to this repository.
45+
46+ This repository needs only dispatch credentials for the bridge workflow:
47+
48+ - preferred: ` CROSS_REPO_GITHUB_APP_ID ` variable and
49+ ` CROSS_REPO_GITHUB_APP_PRIVATE_KEY ` secret with Actions write permission on
50+ ` CodexAuditBridge `
51+ - fallback: ` CODEX_AUDIT_DISPATCH_TOKEN ` secret with permission to dispatch the
52+ bridge workflow
53+
54+ Configured non-secret variables:
55+
56+ - ` SELFHOSTED_CODEX_REVIEW_REPOSITORY=QuantStrategyLab/CodexAuditBridge `
57+ - ` SELFHOSTED_CODEX_REVIEW_PROVIDER=auto `
58+ - ` CROSS_REPO_GITHUB_APP_ID=3250578 `
59+
4160## Local Validation
4261
4362Validate the example artifact:
You can’t perform that action at this time.
0 commit comments