From b9b7ea691461c7a4779374f8f0c82c67941efb2e Mon Sep 17 00:00:00 2001 From: nate nowack <153965+jlowin@users.noreply.github.com> Date: Wed, 5 Aug 2026 09:39:35 -0500 Subject: [PATCH] Declare run-claude extra allowed tools input (#4740) Generated with Codex --- .github/actions/run-claude/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/run-claude/action.yml b/.github/actions/run-claude/action.yml index 66f4bb286..f97598d66 100644 --- a/.github/actions/run-claude/action.yml +++ b/.github/actions/run-claude/action.yml @@ -37,6 +37,11 @@ inputs: required: false default: "" + extra-allowed-tools: + description: "Additional comma-separated tools to append to allowed-tools" + required: false + default: "" + model: description: "Model to use for Claude" required: false