diff --git a/infra/main.bicep b/infra/main.bicep index 6a76e1f1..599c0b14 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -1607,6 +1607,10 @@ module frontEnd 'core/host/appservice.bicep' = { name: 'ANTHROPIC_API_KEY' value: orchestratorAnthropicApiKeyVar } + { + name: 'OPENAI_API_KEY' + value: mcpOpenAiApiKey + } ] } }