All-Hands-AI / openhands-resolver

A system that tries to resolve all issues on a github repo with OpenHands.
MIT License
85 stars 20 forks source link

Fix secrets passing #152

Closed neubig closed 1 month ago

neubig commented 1 month ago

Previously, the OpenHands resolver action didn't work when installed on an organization other than all-hands-ai because the secrets: inherit does not work across organizations.

This PR fixes the issue by not using secrets: inherit and just passing the secrets explicitly.

Fixes #144