You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ You need to have Python and pip installed on your machine. You can download Pyth
23
23
24
24
Before running the project, you need to set the following environment variable:
25
25
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).
27
27
28
28
You can set the environment variable in your terminal like this:
29
29
30
30
```bash
31
-
exportGITHUB_TOKEN=your_token_here
31
+
exportGH_TOKEN=your_token_here
32
32
```
33
33
34
34
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