-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bass --runner with protected ssh key fails (ssh-agent support?) #196
Comments
Line 82 in e82a988
You'll also need to add the remote SSH host key to ssh-keyscan -p 6455 github.bass-lang.org >> ~/.ssh/known_hosts Hope this helps! |
Sorry I've dropped the ball here -- just now tried to run this again. 😅
I now get an error still, but it seems to be doing something afterwards:
That said, a previously opened PR (#252) didn't seem to be run there 🤔 I might be misunderstanding something still, though. |
Looks like it's working, that error log is probably just noise; it'll try each key, and judging by the heartbeats it eventually tried the agent which worked. Here's the run that ties to #252: https://loop.bass-lang.org/runs/4fcc96b4-d550-47fb-af1f-09d882b8e4a5 - it looks like it wasn't able to find any runtimes. Maybe the PR was opened before the runner was up? 🤔 |
Yes indeed. What can I do now? Close and re-open or open a new one? |
Yeah, it failed at an early phase before checks could even be created so there's nothing to re-run unfortunately. Still need to fix that flow. One thing you can do is just amend (maybe tweak the commit message) and force-push. |
When I run
bass --runner [email protected]
, I get this:The error is accurate, the ssh key I use with github is password-protected. However, it's unlocked with the ssh-agent:
The text was updated successfully, but these errors were encountered: