Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Contributors

AltStyle によって変換されたページ (->オリジナル) /