# CargoLifter Github Backend # This crate implements the Github backend for [CargoLifter](https://github.com/cemoktra/cargolifter) ## Configuration ## ```json "backend": { "Github": { "owner": "", "repo": "", "host": "", "cargolifter_token": "", "default_branch": "" } } ```