Origin Docs

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:

ActionWhat it does
ConfigureOpens the installation's GitHub App settings to change which repositories it has access to
RemoveDisconnects the installation from your team (owners only)
Connect a GitHub account or organizationStarts a new GitHub App installation flow
RefreshRe-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

On this page