Reported by @magic venture
Bug Report: Codex Automation: transient gh auth and DNS failures
`Steps to Reproduce`
Create an automation that involves DNS resolution and gh access (ex: check issues in repo_x)
Test run the automation.
`Expected Result`
The automation should use current cli session and credentials to run.
`Actual Result`
• Retried GitHub operations 3 times each:
• git ls-remote --heads origin <branch> → Could not resolve host: github.com
• gh issue list -R <org>/<repo> --state open --limit 50 → error connecting to api.github.com
• curl -I https://github.com → Could not resolve host: github.com
• Local diagnostics:
• scutil --dns → No DNS configuration available
• nslookup github.com could not bind locally (Operation not permitted)
`Environment`
MacOS, latest - codex app