A simple GitHub REST API built with ExpressJS and TypeScript
This project is based on the GitHub Webhooks documentation
-
Secret Token Generator
yarn generate:secret
Add the
--length LENGTHflag. The default value is 20. Example:yarn generate:secret --length 50
- Webhook event action adapter (currently, push events are supported only)
- Save logger outputs (morgan + winston) #1
- Sync workflow