Skip to content

zanz1n/github-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-webhook

The program consists of a github webhook event listener that executes custom commands based on user configuration.

Getting started

First, you will need to download the binary program and make it executable:

# Downloading with curl
sudo curl -L -o /usr/bin/github-webhook https://github.com/zanz1n/github-webhook/releases/latest/download/github-webhook

# Using chmod to change file permissions
sudo chmod u+x /usr/bin/github-webhook

To run the program:

sudo github-webhook --config /path/to/the/config.yml

Configuration

An example of the configuration file (with comments) can be found here.

About

A customizable github webhook server made in golang

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors