This is a simple utility which creates a signed commit using the GitHub graphql API.
It uses the GITHUB_TOKEN environment variable with an action to authenticate.
go install github.com/iwarapter/github-commiter@latest
Usage:
github-committer [OPTIONS]
Application Options:
-r, --repository= the repository to push commits to
-b, --branch= the branch to push commits to
-m, --message= the commit message to use (default: updated with github-signer)
Help Options:
-h, --help Show this help messagegithub-committer -r iwarapter/example -b main -m 'example commit message'