Update README.md

This commit is contained in:
Simon Lecoq
2020-12-15 08:43:51 +01:00
committed by GitHub
parent 93b7e15282
commit d057f20fa3

View File

@@ -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)).