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 docs/guides/local-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ egg --exec "make test" # run a command in an ephemeral container

**Token refresher warnings**: If you see "No valid token available from token refresher", this means no GitHub App is configured. This is expected in PAT-only mode — ensure `auth_mode: user` is set for your repos so the gateway uses your PAT.

**Orchestrator git errors**: The orchestrator stores pipeline state in git. Ensure `EGG_REPO_PATH` resolves to actual git repositories (not just a parent directory containing repos).
**Orchestrator git errors**: The orchestrator stores pipeline state in git. `EGG_REPO_PATH` can be either a single git repository or a parent directory containing multiple repositories (the orchestrator will scan subdirectories automatically).