Skip to content

Commit f344920

Browse files
committed
document bridge dispatch credentials
1 parent 745f938 commit f344920

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,25 @@ This repo does not own:
3838
5. 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

4362
Validate the example artifact:

0 commit comments

Comments
 (0)