Skip to content
tan90° edited this page Mar 14, 2018 · 3 revisions

The token is used for authentication with the GitHub API

Get your token here

Configure the token scopes

The token requires read-only access, only check the list below

  • read: user Read all user profile data
  • user: email Access user email addresses (read-only)

if a organization repository, you should check the list below accessional

  • read: org Read org and team membership

Like this:

screen-shot-2017-07-09-at-09 18 58

Add token description and then click Generate token, then get your token

Clone this wiki locally