diff --git a/README.md b/README.md index f3c50f7350..64354ffb82 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ ``` gpr.usr=GITHUB_USER_ID -gpr.key=GITHUB_TOKEN +gpr.key=GITHUB_PERSONAL_ACCESS_TOKEN ``` +Your Github ID can be found [here](https://caius.github.io/github_id/). As to your personal Github access token, you can generate it in `Developer settings` in your profile settings on Github. + - Create `apikeys.properties` file in root project folder: ```