Skip to content

Commit b3455c4

Browse files
authored
Merge pull request #223 from wildan3105/feat/use-octokit
refactor: switch to `octokit` to be more robust
2 parents 5996462 + 10b7607 commit b3455c4

File tree

8 files changed

+573
-76
lines changed

8 files changed

+573
-76
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ So people can see the stats of programming language being used in their reposito
2929
### Supported environment:
3030
* Prerequisite: Node >= v18.0.0 and NPM >= 9.5.0
3131

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.
32+
* [Generate access token (classic)](https://github.com/settings/tokens/new) to ensure you don't get rate limited API call.
3333

3434
* Define environment variable with the following values:
3535
```
36-
CLIENT_ID=your_client_id
37-
CLIENT_SECRET=your_client_secret
36+
TOKEN=your-access-token
3837
ENV=local
3938
```
4039

0 commit comments

Comments
 (0)