github-token
git-town.github-token=<token>
To interact with the GitHub API when shipping, Git Town
needs a
personal access token
with the repo
scope. You can create one in your
account settings. When you have
created the token, run git config git-town.github-token <token>
(where
<token>
is replaced with the content of your GitHub access token) inside your
code repository to store it in the Git Town configuration for the current
repository.