diff options
| author | Andriy Orehov <andriyorehov@gmail.com> | 2019-07-29 13:43:04 +0300 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2019-07-30 10:48:58 +0400 |
| commit | 4391b2ea2167d48ad3b9a95cf83e29386e7b22aa (patch) | |
| tree | 02e54907cd61032e69ff264707db23a5704377cb | |
| parent | Update version in manifest (diff) | |
| download | githunt-4391b2ea2167d48ad3b9a95cf83e29386e7b22aa.tar.gz | |
use direct url for create new personal access token
| -rw-r--r-- | src/components/options-form/index.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/options-form/index.js b/src/components/options-form/index.js index 2bfc356..1497a77 100644 --- a/src/components/options-form/index.js +++ b/src/components/options-form/index.js @@ -48,9 +48,10 @@ class OptionsForm extends React.Component { <hr/> <ul> <li> - Go to the <a href="https://github.com/settings/tokens" target="_blank" rel="noopener noreferrer"><i className="fa fa-external-link mr-1"></i> Settings <i className="fa fa-angle-right"></i> Personal Access Tokens</a> of your github profile + Go to the + <a href="https://github.com/settings/tokens/new?description=GitHunt&scopes=public_repo" target="_blank" rel="noopener noreferrer"><i className="fa fa-external-link mr-1"></i>Settings <i className="fa fa-angle-right"></i> Personal Access Tokens <i className="fa fa-angle-right"></i> New personal access token</a> of your github profile </li> - <li>Click <span>Generate New Token</span>. Enter the description and select the <span>scope</span> called <span>public_repo</span> under repo and click <span>Generate Token</span>.</li> + <li>Click <span>Generate Token</span>.</li> <li>You will be presented with the generated token. Copy the token and add it below</li> </ul> <input type="text" |
