Closed
Description
Describe the bug
Missing required secret OPENAI_API_KEY in PR workflow configuration, which causes the workflow to fail when running integration-tests tasks.
To Reproduce
Expected behavior
This PR workflow should continue running
Additional context
This secret is essential for any workflows that interact with OpenAI's API. Without this configuration, all PR checks that require OpenAI integration will fail.