1.1.0 • Published 9 years ago
nci-github-webhook v1.1.0
nci-github-webhook
github webhook plugin for nci
Dependencies
Installation
npm install nci-github-webhookUsage
Add this plugin to the plugins section at server config
plugins:
- nci-github-webhookafter that you can set github webhook at project config
webhooks:
github:
secret: '123456'plugin will listen POST /webhooks/:projectName/github/123456 route.