You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @sujal011! I'm here to help you with any bugs, questions, or contributions. Let's squash those bugs together!
To resolve the "Missing CODEFLASH_API_KEY" error, you need to ensure that the CODEFLASH_API_KEY is set in the GitHub repository secrets. The workflow file specifies that the CODEFLASH_API_KEY is retrieved from the repository secrets:
Make sure that you have added the CODEFLASH_API_KEY to your repository's secrets in GitHub. You can do this by navigating to your repository on GitHub, going to "Settings" > "Secrets and variables" > "Actions", and then adding a new secret with the name CODEFLASH_API_KEY and the appropriate value [1].
Bug Description
While running a codeflash workflow it throws error like this:
I was unable to create a pr and found this bug during checks for my pr
Reproduction
Whenever pushing a pr when it is checking the codeflash optimizer workflow it throws this error
Expected behavior
This error shouldn't be happening and the workflow for code flash should be running smoothly
Who can help?
No response
Operating System
Ubuntu
Langflow Version
latest main branch
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: