Skip to content

Commit 8ccc7f6

Browse files
brovattenclaude
andcommitted
docs: note that github_token controls the PR comment bot identity
Smoke test for the CodeBoarding Review app identity: this PR's review comment should be authored by codeboarding-review[bot], not github-actions[bot]. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d574bed commit 8ccc7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The command needs the `issue_comment` trigger and runs from your default branch
155155
|---|---|---|
156156
| `llm_api_key` | required | Your LLM provider API key (see `llm_provider`). |
157157
| `llm_provider` | `openrouter` | Provider for the key, mapped to `<NAME>_API_KEY` (e.g. `anthropic`, `openai`, `google`). |
158-
| `github_token` | `${{ github.token }}` | Token used to post or update the PR comment. |
158+
| `github_token` | `${{ github.token }}` | Token used to post or update the PR comment. With the default workflow token the comment is authored by `github-actions[bot]`; pass a GitHub App installation token (with `pull_requests: write`) to post under that app's bot identity instead. |
159159
| `engine_ref` | `v0.12.0` | CodeBoarding engine ref. Pin for reproducibility. |
160160
| `depth_level` | `1` | Analysis depth, 1 to 3. Higher is slower and richer. |
161161
| `render_depth` | `1` | Display depth for the PR diagram. Keep `1` for a clean top-level view. |

0 commit comments

Comments
 (0)