Skip to content

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

#nodejs-github-webhook

How to use

1. Specify port and secret key from index.js
varsecret='amazingkey';varport=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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages