From 59a886958b92a80b0eca19d0c5d400afe1717127 Mon Sep 17 00:00:00 2001 From: LanceDB Robot Date: Tue, 21 Oct 2025 17:51:41 +0800 Subject: [PATCH] ci: make sure GH_TOKEN included in codex env (#2738) --- .github/workflows/codex-update-lance-dependency.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codex-update-lance-dependency.yml b/.github/workflows/codex-update-lance-dependency.yml index cca4ced9..bb8c6a5e 100644 --- a/.github/workflows/codex-update-lance-dependency.yml +++ b/.github/workflows/codex-update-lance-dependency.yml @@ -104,4 +104,4 @@ jobs: - Do not merge the PR. - If any command fails, diagnose and fix the issue instead of aborting. EOF - codex exec --dangerously-bypass-approvals-and-sandbox "$(cat /tmp/codex-prompt.txt)" + codex --config shell_environment_policy.ignore_default_excludes=true exec --dangerously-bypass-approvals-and-sandbox "$(cat /tmp/codex-prompt.txt)"