nodejs-github-webhook How to use 1. Specify port and secret key from index.js const secret = 'amazingkey' const port = 3001 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