#Codex Automation: transient gh auth and DNS failures

1 messages · Page 1 of 1 (latest)

sour gorgeBOT
#

Reported by @sharp crypt

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

#
Additional Information

Please provide relevant details to help resolve the issue, such as:

  • ChatGPT Shared Link (if applicable).
  • Screenshots or videos demonstrating the problem.

-# ➜ Need to contact support? Visit the OpenAI Help Center.