Update README.md
This commit is contained in:
13
README.md
13
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.
|
||||
|
||||

|
||||
|
||||
Be sure to enable `Include private contributions on my profile` in your account settings if you want to include your private contributions :
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||

|
||||
|
||||
Be sure to enable `Include private contributions on my profile` in your account settings to include your private repositories :
|
||||
|
||||

|
||||
|
||||
|
||||
### 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)).
|
||||
|
||||
Reference in New Issue
Block a user