Install Node.js v12.16.1 and npm 6.14.4.
Using now.sh
in this project. See the following documentation.
Now for GitHub - ZEIT Documentation
$ npm ci
$ npm run lint
$ npm start
$ npm test
Environment Variables and Secrets - ZEIT Documentation
$ npx now secrets add github_personal_access_token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Success ! Secret github_personal_access_token added (calmery-chan)
$ npx now secrets add github_webhook_secret calmery-chan
> Success ! Secret github_webhook_secret added (calmery-chan)
Environment Variable | Related URL | Memo |
---|---|---|
GITHUB_PERSONAL_ACCESS_TOKEN |
Creating a personal access token for the command line | Select repo |
GITHUB_WEBHOOK_SECRET |
Securing your webhooks | N/A |
Please execute the following command.
$ npm start
- smee.io | Webhook payload delivery service
- probot/smee-client: 🔴 Receives payloads then sends them to your local server
This software is released under the MIT License, see LICENSE.