From 854df5321b43cae17daab506c60aed672a0a4caa Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 9 Mar 2021 16:20:55 +0100 Subject: [PATCH] Adjust wording used to create the token and give a bit more guidance --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e8d0063d..0661b9440 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)