include openai_api_key from github action

This commit is contained in:
David Blass
2025-11-13 17:09:16 -05:00
parent 75cb3ecf08
commit cb01f0ae44
5 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export async function run(
const originalCwd = process.cwd();
process.chdir(tempDir);
const inputs: Inputs = {
const inputs: Required<Inputs> = {
prompt,
openai_api_key: process.env.OPENAI_API_KEY,
anthropic_api_key: process.env.ANTHROPIC_API_KEY,