remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

GitHub Integration #65

Open ejholmes opened 7 years ago

ejholmes commented 7 years ago

Currently, you must provide Conveyor with a GitHub access token, which allows it to create commit statuses, as well as an ssh key that it can use to clone repos. This could be done better with the new GitHub integrations: https://developer.github.com/changes/2016-09-14-Integrations-Early-Access/. It also means that the webhook only needs to be setup once, instead of multiple times per repo.