Skip to content

Commit 9676a4e

Browse files
authored
Allow OpenAI Codex to access chatgpt.com (#2082)
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 0b52cec commit 9676a4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ 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.
21+
# XXX: Figure out how we can block access to `ab.chatgpt.com` and
22+
# `chatgpt.com` without causing PR checks to fail.
2323
ALLOWED_ENDPOINTS: >
2424
ab.chatgpt.com:443
2525
api.github.com:443
2626
api.openai.com:443
27+
chatgpt.com:443
2728
github.com:443
2829
registry.npmjs.org:443
2930
jobs:

0 commit comments

Comments
 (0)