Skip to content

Commit fd327b8

Browse files
authored
📚 Documentation
- Update environment variable naming
2 parents bb44c7f + 83d3c4d commit fd327b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ Make sure to enable the `user` scope and all subscopes inside of that permission
5656
#### Add your GitHub username and PAT to `.env` file
5757

5858
Create a `.env` file on the project's root directory or edit `.env.sample` (rename to `.env`) and add your username and PAT.
59+
5960
```
60-
USER=YOUR_GITHUB_USERNAME
61+
GITHUB_USER=YOUR_GITHUB_USERNAME
6162
TOKEN=YOUR_GITHUB_PERSONAL_ACCESS_TOKEN
6263
```
6364

0 commit comments

Comments
 (0)