Skip to content

Commit 2ebf2ba

Browse files
authored
Allow OpenAI Codex to access ab.chatgpt.com (#2064)
Ideally we _don't_ allow this access, as Codex works fine without it, but blocking this domain causes the `step-security/harden-runner` plugin to fail a PR check.
1 parent ede7514 commit 2ebf2ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/suggest-commit-message.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ concurrency:
1818
group: suggest-commit-message-${{ github.event.pull_request.number || github.event.inputs.pr_number }}
1919
cancel-in-progress: true
2020
env:
21+
# XXX: Figure out how we can block access to `ab.chatgpt.com` without causing
22+
# PR checks to fail.
2123
ALLOWED_ENDPOINTS: >
24+
ab.chatgpt.com:443
2225
api.github.com:443
2326
api.openai.com:443
2427
github.com:443

0 commit comments

Comments
 (0)