mattstratton / bowie

A pretty changelog generator
MIT License
2 stars 0 forks source link

Add github token support #3

Closed mattstratton closed 6 years ago

mattstratton commented 6 years ago

Token should be optional but suggested (need to add this to documentation)

Environment variable should be called BOWIE_GITHUB_TOKEN

Set it by

export BOWIE_GITHUB_TOKEN="«your-40-digit-github-token»"

Can also take token flag (shortcut t):

--token <your-40-digit-token>
mattstratton commented 6 years ago

Actually, let's not make it optional. It should be required because that will make the code cleaner.