Skip to content

velopert/nodejs-github-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#nodejs-github-webhook

How to use

1. Specify port and secret key from index.js
var secret  = 'amazingkey';
var port    = 8081;
2. Specify the git repository from hook.sh
#DIRECTORY TO THE REPOSITORY
REPOSITORY="./myrepository"
3. Run the server
$ npm start
4. Configure Webhook at Github repository Settings

Payload URL is http://ADDRESS:PORT/push
Enter the secret key that you have entered in index.js

About

Github Webhook server built with Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published