Skip to content

runpod-workers/worker-github_runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

GitHub Action | Worker

Overview

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.

Table of Contents

Features

  • 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.

Prerequisites

  • Docker installed on your machine.
  • An active account on Runpod.
  • Runpod API key.

Getting Started

  1. Clone this repository.

    git clone https://github.com/your-org/worker-github_runner.git
  2. Change the directory to worker-github_runner.

    cd worker-github_runner
  3. Build the Docker image.

    docker build -t your-org/worker-github_runner .
  4. Set up your Runpod API key and other necessary environment variables.

  5. Deploy your worker to the Runpod platform.

Documentation

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.

Contributing

We welcome contributions from the community! Please read our Contributing Guide for more details on how to contribute to this project.

License

This project is licensed under the MIT License. Please read the LICENSE file for more details.