Skip to content

Commit

Permalink
docs(token): what scopes are needed for the token
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
stevemao authored and hutson committed Mar 4, 2018
1 parent 33bf63c commit 0965b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/conventional-gitlab-releaser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Use [github-remove-all-releases](https://github.com/stevemao/github-remove-all-r

### How do I setup my token for cli?

[Create a new token](https://github.com/settings/tokens/new) and set your environment variable `CONVENTIONAL_GITHUB_RELEASER_TOKEN` to the token you just created. You can google [How to set environment variable](https://www.google.com.au/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=how%20to%20set%20environment%20variable)
[Create a new token](https://github.com/settings/tokens/new) and set your environment variable `CONVENTIONAL_GITHUB_RELEASER_TOKEN` to the token you just created. You can google [How to set environment variable](https://www.google.com.au/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=how%20to%20set%20environment%20variable). The scopes for the token you need is `public_repo` or `repo` (if you need to access private repos). [More details](https://developer.github.com/v3/oauth/#scopes).


## Related
Expand Down

0 comments on commit 0965b34

Please sign in to comment.