From 4d1ef3c3aa7c43d7e35d9f3e4b66b4f1440fce6f Mon Sep 17 00:00:00 2001 From: "Ilia.Shulgin" Date: Wed, 18 Mar 2026 09:57:06 +0100 Subject: [PATCH] build: grant Codex access to .git --- .github/workflows/codex-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codex-update.yml b/.github/workflows/codex-update.yml index 2b2064f8..4386220f 100644 --- a/.github/workflows/codex-update.yml +++ b/.github/workflows/codex-update.yml @@ -70,6 +70,8 @@ jobs: openai-api-key: ${{ secrets.OPENAI_API_KEY }} codex-version: ${{ env.VERSION }} output-file: pr-body.md + codex-args: >- + -c sandbox_workspace_write.writable_roots=["${{ github.workspace }}/.git"] prompt: > Finalize the update using codex-update-compat skill. Commit the changes, the message should mention that types or/and tests after the update were fixed.