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
Add SSH private key support for connecting to Lambda instances
The Docker container running the action needs the SSH private key to connect
to Lambda instances. Added:
- `ssh_private_key` input to action.yml
- `LAMBDA_SSH_PRIVATE_KEY` secret to runner.yml workflow
- Code to write key to temp file and use `-i` flag in SSH commands
- Better error logging for Lambda API errors (log response body)
- Reverted e2e-test.yml to use `gpu_1x_a10` in `us-east-1`
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments