We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f14644 commit 10b7607Copy full SHA for 10b7607
README.md
@@ -29,12 +29,11 @@ So people can see the stats of programming language being used in their reposito
29
### Supported environment:
30
* Prerequisite: Node >= v18.0.0 and NPM >= 9.5.0
31
32
-* [Generate a GitHub OAuth client id and client secret](https://github.com/settings/applications/new) to ensure you don't get rate limited API call.
+* [Generate access token (classic)](https://github.com/settings/tokens/new) to ensure you don't get rate limited API call.
33
34
* Define environment variable with the following values:
35
```
36
-CLIENT_ID=your_client_id
37
-CLIENT_SECRET=your_client_secret
+TOKEN=your-access-token
38
ENV=local
39
40
0 commit comments