Skip to content

Commit

Permalink
Specify scope for OAuth token
Browse files Browse the repository at this point in the history
  • Loading branch information
xferra committed Feb 15, 2017
1 parent 5f9efd8 commit c5d9767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you have any issues or questions - feel free to [create an issue](https://git

## Before you start
- Set path to git 'GitPath' in [tasks.json](https://github.com/xferra/netcore-jshint/blob/master/.vscode/launch.json#L30) and/or in Env variables
- [Generate Personal Access Token](https://github.com/settings/tokens) in GitHub. Set 'GitHubToken' in [tasks.json](https://github.com/xferra/netcore-jshint/blob/master/.vscode/launch.json#L32) and [dockerfile](https://github.com/xferra/netcore-jshint/blob/master/Dockerfile#L29)
- [Generate Personal Access Token](https://github.com/settings/tokens) in GitHub (enable repo scope). Set 'GitHubToken' in [tasks.json](https://github.com/xferra/netcore-jshint/blob/master/.vscode/launch.json#L32) and [dockerfile](https://github.com/xferra/netcore-jshint/blob/master/Dockerfile#L29)
- Feel free to update 'GitHubName' and 'GitHubUrl' (optional)
- Windows Users: you will need to [execute cmd instead of bash](https://github.com/xferra/netcore-jshint/blob/master/src/Utils/Helper.cs#L61) - TODO

Expand Down

0 comments on commit c5d9767

Please sign in to comment.