Skip to content

Commit

Permalink
fix: Fix GH_TOKEN key in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan200 committed Jan 2, 2024
1 parent 3f47aff commit be16aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ You need to have Python and pip installed on your machine. You can download Pyth

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

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

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

```bash
export GITHUB_TOKEN=your_token_here
export GH_TOKEN=your_token_here
```

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.
Expand Down

0 comments on commit be16aee

Please sign in to comment.