Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.1 KB

File metadata and controls

12 lines (8 loc) · 1.1 KB

gha-runner

PyPI - Version

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.

Documentation for GHA Runner may be found at: https://gha-runner.readthedocs.io/en/latest/aws/

Implementations

Acknowledgements

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.