Awesome
electron-prebuilt-updater
A web service that automatically updates and releases a new version of electron-prebuilt when there is a release of Electron.
create a personal access token
Generate a new token; you'll need it for the Heroku config variables.
install the web service
- Replace the placeholder config variables with the appropriate values.
- Click View and note the URL. That is the GitHub Webhook Payload URL.
setup the webhook
- Create a new webhook with your payload URL and the same secret you used in the Heroku config variables.
- Click Let me select individual events, deselect Push and enable Release.
- Click Add webhook.