Skip to content

Commit be16aee

Browse files
committed
fix: Fix GH_TOKEN key in README.md
1 parent 3f47aff commit be16aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ You need to have Python and pip installed on your machine. You can download Pyth
2323

2424
Before running the project, you need to set the following environment variable:
2525

26-
- `GITHUB_TOKEN`: Your personal GitHub token. This is required to authenticate with the GitHub API and increase the rate limit. You can generate a personal access token from [here](https://github.com/settings/tokens).
26+
- `GH_TOKEN`: Your personal GitHub token. This is required to authenticate with the GitHub API and increase the rate limit. You can generate a personal access token from [here](https://github.com/settings/tokens).
2727

2828
You can set the environment variable in your terminal like this:
2929

3030
```bash
31-
export GITHUB_TOKEN=your_token_here
31+
export GH_TOKEN=your_token_here
3232
```
3333

3434
Replace `your_token_here` with your actual GitHub token. This command needs to be run in the same terminal session before you start the application. If you close the terminal or start a new session, you will need to run the command again.

0 commit comments

Comments
 (0)