Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ai-review-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The AI PR reviewer workflow uses a GitHub App token (not a PAT) for least-privil

| Secret | Purpose |
|---|---|
| `BOT_APP_ID` | GitHub App client ID — used by `actions/create-github-app-token` to generate a short-lived token scoped to this repository only |
| `BOT_CLIENT_ID` | GitHub App client ID — used by `actions/create-github-app-token` to generate a short-lived token scoped to this repository only |
| `BOT_APP_PRIVATE_KEY` | GitHub App private key (PEM) — signs the JWT for app authentication |
| `LITELLM_API_KEY` | API key for the LiteLLM proxy that routes AI model requests |

Expand Down