This is a small library for authenticating with the GitHub API as a GitHub app.
Documentation on the overall flow: https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps
version
field in Cargo.toml
git commit -am 'Bump version'
git tag vX.Y.Z
git push && git push --tags
cargo publish