Barebone DangerJS Webhook Server
make start
# Start Proxy
npm i -g smee-client
smee -u {{url}} -p 8780
You can store environment variables in .env
It should contains following fields:
Name | Description |
---|---|
GHE_HOST | Github Host, Default is api.github.com |
GITHUB_TOKEN | Github Token |
WEBHOOK_SECRET | Webhook Secret, Default is mysecret |