github.com/tomsquest/goreleaser@v0.34.3-0.20171008022654-7d6ef4d338b3/docs/020-environment.md (about)

     1  ---
     2  title: Environment Variables
     3  ---
     4  
     5  ### GitHub Token
     6  
     7  GoReleaser requires a GitHub API token with the `repo` scope selected to
     8  deploy the artifacts to GitHub.
     9  You can create one [here](https://github.com/settings/tokens/new).
    10  
    11  This token should be added to the environment variables as `GITHUB_TOKEN`.
    12  Here is how to do it with Travis CI:
    13  [Defining Variables in Repository Settings](https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings).
    14