Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

sksat/hubhook0

Repository files navigation

hubhook

release license Build Container Image image version image size docker pull

GitHub webhook manager

Usage

$ git clone https://github.com/sksat/hubhook
$ cd hubhook
$ bundle install
$ cp config-example.toml config.toml
$ nvim config.toml                      # edit config & add GitHub Personal Access Token

# create webhook to sksat/hubhook with template "ci"
$ bundle exec ./hubhook create sksat/hubhook ci 'https://example.com/webhook'

Docker

$ docker run --rm -it -v "$(pwd)"/config.toml:/app/config.toml sksat/hubhook /app/hubhook create user/repo ci,cd 'https://example.com/webhook'