Enable OpenHands Resolver to Configure Additional Environment Variables from GitHub Secrets #5132
Labels
enhancement
New feature or request
resolver
Related to OpenHands Resolver
Stale
Inactive for 30 days
What problem or use case are you trying to solve?
The OpenHands resolver doesn't have options to dynamically set additional environment variables required to run our project.
Describe the UX of the solution you'd like
Introduce the ability to add extra secrets to the workflow, allowing the OpenHands resolver to set up necessary environment variables automatically. This can be achieved by passing a JSON string of environment variables within the workflow configuration.
Do you have thoughts on the technical implementation?
Example Configuration:
Describe alternatives you've considered
Passing in a secure link to an env file, but not sure how this would work.
Additional context
Implementing this enhancement will significantly improve the flexibility and maintainability of our workflows.
The text was updated successfully, but these errors were encountered: