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