A simple library for building infrastructure provisioning GitHub Actions via Docker in Python. This project provides scaffolds for starting and stopping cloud instances and all the required interactions to register with the GitHub API. Additionally, we provide some helper functions for environment variable parsing and GitHub Actions native logging.
- start-aws-gha-runner and stop-aws-gha-runner (to see this in action take a look at the example used on AWS)
This action was heavily inspired by the ec2-github-runner. This library takes much of its inspiration around architecture from the ec2-github-runner
itself. Thank you to the authors of that action for providing a solid foundation to build upon.