I’m facing a secrets configuration issue with my workflows. I have a caller workflow and a called workflow, where I’ve set a secret named OPEN_AI_KEY. However, the called workflow fails, indicating that OPEN_AI_KEY is not set. Should I reference the secret from the caller workflow, or is there something else I might be overlooking?
I recently attempted to call a reusable workflow from the caller workflow, both of which reside in the same organization but different repositories. My intention was to invoke the reusable workflow within the caller repository, which contains steps for running Codium PR-Agent upon creating a pull request. Although I’ve set organization-level secrets in the reusable workflow, the logs indicate an error stating that OPENAI_KEY is not set, despite it being configured. I seek assistance in understanding and resolving this discrepancy. Thank you for your attention to this matter.
saalim mushtaq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.