Merge pull request #1055 from gsmet/update-contributing

Adjust wording used to create the token and give a bit more guidance
This commit is contained in:
Liam Newman
2021-03-09 18:45:38 -08:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ Example for a single test case:
### Setting up credential
1. Create an OAuth token on github.com
1. Create a "Personal access token" on https://github.com/ (`Settings` > `Developer settings` > `Personal access tokens`)
2. Set the GITHUB_OAUTH environment variable to the value of that token
3. Set the system property `test.github.useProxy` (usually like "-Dtest.github.useProxy" as a Java VM option)