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

signcollector/nodejs-github-webhook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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

Languages

  • JavaScript 77.5%
  • Shell 22.5%