This is an automated email from the ASF dual-hosted git repository.
hello-stephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new bb4b3bfece1 [fix](ci) Remove inactive Codex review auth (#66323)
bb4b3bfece1 is described below
commit bb4b3bfece186f3e7229e71e90de6649c5b56574
Author: Ze_ <[email protected]>
AuthorDate: Fri Jul 31 16:53:58 2026 +0800
[fix](ci) Remove inactive Codex review auth (#66323)
---
.github/workflows/code-review-runner.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/code-review-runner.yml
b/.github/workflows/code-review-runner.yml
index f7ccd883644..afcd5e05e40 100644
--- a/.github/workflows/code-review-runner.yml
+++ b/.github/workflows/code-review-runner.yml
@@ -219,7 +219,6 @@ jobs:
auth_object="$(printf '%s\n' \
'oss://doris-community-ci/codex/auth.json.1' \
- 'oss://doris-community-ci/codex/auth.json.2' \
| shuf -n 1)"
printf 'CODEX_AUTH_OSS_OBJECT=%s\n' "$auth_object" >> "$GITHUB_ENV"
echo "Selected Codex auth object: ${auth_object##*/}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]