From b71fe338c51581fd26378371ddee84434aee86f5 Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Tue, 20 Jan 2026 04:53:40 +1000 Subject: [PATCH] feat: allow gh/npm/pnpm/git CLI tools in Claude Code label-trigger job --- .github/workflows/claude.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index b38535f..a3f294e 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -92,3 +92,5 @@ jobs: additional_permissions: | actions: read prompt: ${{ steps.get-prompt.outputs.prompt }} + # Allow gh CLI for issue management, npm for publishing + claude_args: '--allowedTools "Bash(gh:*)" "Bash(npm:*)" "Bash(pnpm:*)" "Bash(git:*)"'