$ bundle install
Add a config file orgbot.env
in the project root with your configs in the format:
OCTOKIT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
REPO=someuseraccount/testrepo
To retrieve the access token, navigate to https://github.com/settings/tokens in the github account that will be making commits and generate a new token.
rake run