This repository hosts the code for deploying a GitHub Actions worker on the Runpod platform. This worker is designed to be part of your CI/CD pipeline, running tests, or performing any compute-intensive tasks that are best offloaded from your local development environment or GitHub-hosted runners.
- Deploy a GitHub Actions worker on the Runpod serverless platform.
- Can be integrated into your CI/CD pipeline for running tests and other tasks.
- Uses Docker to ensure a consistent runtime environment across multiple deployments.
- Docker installed on your machine.
- An active account on Runpod.
- Runpod API key.
-
Clone this repository.
git clone https://github.com/your-org/worker-github_runner.git
-
Change the directory to
worker-github_runner
.cd worker-github_runner
-
Build the Docker image.
docker build -t your-org/worker-github_runner .
-
Set up your Runpod API key and other necessary environment variables.
-
Deploy your worker to the Runpod platform.
For more details on how this GitHub Actions worker functions and how to integrate it into your CI/CD pipeline, please refer to the Documentation.
We welcome contributions from the community! Please read our Contributing Guide for more details on how to contribute to this project.
This project is licensed under the MIT License. Please read the LICENSE file for more details.