diff --git a/src/entrypoints/prepare.ts b/src/entrypoints/prepare.ts index 7c3e8d5..9b06370 100644 --- a/src/entrypoints/prepare.ts +++ b/src/entrypoints/prepare.ts @@ -61,7 +61,7 @@ async function run() { }); // MCP config is handled by individual modes (tag/agent) and included in their claude_args output - + // Expose the GitHub token (Claude App token) as an output core.setOutput("github_token", githubToken);