Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 664 Bytes

README.rst

File metadata and controls

29 lines (17 loc) · 664 Bytes

GitHub App Boilerplate

A starter webservice for building a GitHub App using gidgethub (v4.1.0+), aiohttp, and deployment to Heroku.

Heroku Setup

Deploy

Add the following config vars in Heroku.

GH_SECRET: The secret key from your GitHub App

GH_APP_ID: The ID of your GitHub App

GH_PRIVATE_KEY: The private key of your GitHub App. It looks like:

-----BEGIN RSA PRIVATE KEY-----
...somereallylongtext...
-----END RSA PRIVATE KEY-----