dwyl / github-backup

:octocat: :back: 🆙 Backup your GitHub Issues so you can still work when (they/you are) offline.
https://github-backup.herokuapp.com
GNU General Public License v2.0
32 stars 3 forks source link

Create Github App #19

Closed SimonLab closed 6 years ago

SimonLab commented 6 years ago

The steps to follow for creating a Github app are described here: https://developer.github.com/apps/building-github-apps/creating-a-github-app/

Some points to keep in mind:

To test locally the app, each contributor will need to create their on Github App, otherwise we need to find a way to share the same webhook url with developers (not sure if this is possible). To make a localhost Phoenix server accessible by Github we use ngrok, see https://github.com/dwyl/dwylbot#run-a-dwylbot-server and https://developer.github.com/webhooks/configuring/#using-ngrok

nelsonic commented 6 years ago

@SimonLab looks good. thanks. 👍