- Generate access token in github personal settings -> applications -> personal access tokens.
- Copy
config.example.ymltoconfi.yml, and fill access_token and repo name. bundle./run.shand then the server is up on port4567, you need to config magnum notification settings (the path is/ci-forward-github) to make the whole thing working.
location ~ ^/ci-forward-github/ {
proxy_redirect off;
proxy_pass http://localhost:4567;
}
test_status=1 ./run.sh
curl localhost:4567/ci-forward-github/status