From 4b672e9b1ba83bcbc00c164b456abb578455f4ed Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Tue, 9 Jun 2026 19:59:34 +0000 Subject: [PATCH] test: isolate BuildBuddy query wrapper environment --- .github/scripts/test_run_bazel_query_ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/test_run_bazel_query_ci.py b/.github/scripts/test_run_bazel_query_ci.py index 8f74358441..8433e9bc3d 100644 --- a/.github/scripts/test_run_bazel_query_ci.py +++ b/.github/scripts/test_run_bazel_query_ci.py @@ -69,6 +69,7 @@ class RunBazelQueryCiTest(unittest.TestCase): "BUILDBUDDY_API_KEY": "token", "CODEX_BAZEL_BIN": str(fake_bazel), "GITHUB_ACTIONS": "true", + "GITHUB_REPOSITORY": "contributor/codex", } )