From d057f20fa379ed195a0b4575c43693b6414f8043 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Tue, 15 Dec 2020 08:43:51 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3f688197..02cbe3f4 100644 --- a/README.md +++ b/README.md @@ -195,10 +195,14 @@ The `README.md` of it will be displayed on your user profile : From the `Developer settings` of your account settings, select `Personal access tokens` to create a new token. -No additional scopes are needed. +No additional scopes are needed, unless you want to include your private repositories metrics or if you want to use the `traffic` plugin. ![Setup a GitHub personal token](.github/readme/imgs/setup_personal_token.png) +Be sure to enable `Include private contributions on my profile` in your account settings if you want to include your private contributions : + +![Enable "Include private contributions on my profile`"](.github/readme/imgs/setup_private_contributions.png) + ### 2. Set your GitHub token in your personal repository secrets Go to the `Settings` of your personal repository to create a new secret and paste your freshly generated GitHub token there. @@ -303,15 +307,10 @@ You will need a server where you can setup and run a NodeJS application. From the `Developer settings` of your account settings, select `Personal access tokens` to create a new token. -No additional scopes are needed, unless you want to include your private repositories metrics or if you want to use the `traffic` plugin. +No additional scopes are needed. ![Setup a GitHub personal token](.github/readme/imgs/setup_personal_token.png) -Be sure to enable `Include private contributions on my profile` in your account settings to include your private repositories : - -![Enable "Include private contributions on my profile`"](.github/readme/imgs/setup_private_contributions.png) - - ### 2. Install dependencies Connect to server and ensure [NodeJS](https://nodejs.org/en/) is installed (see tested version in [workflow](.github/workflows/workflow.yml#L18)).