GitHub
Manage the GitHub App installations your team can import repositories and create worktrees from.
GitHub manages the ORGN GitHub App installations available to your team, manage them from Settings → Account → GitHub.
Installations
Each row lists a connected GitHub account or organization, whichever you or a teammate authorized the ORGN GitHub App against:
| Action | What it does |
|---|---|
| Configure | Opens the installation's GitHub App settings to change which repositories it has access to |
| Remove | Disconnects the installation from your team (owners only) |
| Connect a GitHub account or organization | Starts a new GitHub App installation flow |
| Refresh | Re-syncs the installation list after changes made on GitHub's side |
Any team member can connect a new account or organization; once installed, its repositories become importable by everyone on the team. Only an owner can remove an installation.
Why this matters
Cloud worktrees clone from a connected GitHub repository, and git operations inside a worktree (fetch, push) use the installed app's token. If worktree creation fails with a token error, or git operations fail inside a cloud worktree, check that the target repository's account or organization is listed here with the right repository access. See Troubleshooting: Connect GitHub.
Next steps
- Troubleshooting: fixing worktree and git token errors
- Cloud worktrees: how a worktree's sandbox clones your repository
- Settings overview: the full settings map