GitHub connector cannot add a second organization installation
What version of the Codex App are you using (From “About Codex” dialog)?
26.727.40816
What subscription do you have?
ChatGPT Pro plan ($200/month)
What platform is your computer?
Darwin 25.5.0 arm64 arm
What issue are you seeing?
A GitHub user account with admin access to multiple organizations cannot add a second organization to the ChatGPT Codex GitHub connector. The connector remains attached to the first organization and direct connector calls for a private repository in the second organization fail with GitHub API 422. The local GitHub CLI can access the same repository with ADMIN permission. Account, organization, and repository names are redacted from this public report.
What steps can reproduce the bug?
- Connect a GitHub account that has admin access to two organizations.
- The connector is installed for the first organization.
- Attempt to add the second organization or access one of its private repositories through the connector.
- Disconnect and reconnect the connector.
Observed: reconnecting reuses the first organization; the setup flow neither offers the second organization nor creates an installation request. Direct connector calls for the second organization return GitHub API 422.
What is the expected behavior?
The connector setup should allow selecting an additional organization and installing/configuring the Codex GitHub App for that organization, including access to a selected private repository.
Additional information
The GitHub CLI, SSH, and local user OAuth credentials are healthy. Organization-level third-party OAuth restrictions were restored after testing and were not the root cause.