Skip to content

Latest commit

 

History

History

typescript

typescript

This-repo-has-N-stars typescript version.

Environment

name description value
GITHUB_TOKEN GitHub Token Required
WEBHOOK_SECRET Website Secret Required
REPO_URL Repo URL Required
PORT Websocket Port Optional @default: 3000
ACTING_URL Websocket Acting Url smee.io Optional

Settings

  1. create a new webhook in settings -> Webhooks -> add webhook
  2. set Payload URL to <Your Webhook Server URL>
  3. set Content type to application/json
  4. set Secret to any string
  5. set Which events would you like to trigger this webhook? to Let me select individual events. then select Stars
  6. set environments

Start

command:

yarn install --production
yarn start

docker:

docker build -d -t This-repo-has-N-stars-typescript .

Developer

yarn install