add openai input

This commit is contained in:
David Blass
2025-11-13 16:37:27 -05:00
parent 4530267429
commit 75cb3ecf08
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -10,6 +10,9 @@ inputs:
anthropic_api_key:
description: "Anthropic API key for Claude Code authentication"
required: false
openai_api_key:
description: "OpenAI API key for Codex authentication"
required: false
runs:
using: "node20"