We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb44c7f + 83d3c4d commit fd327b8Copy full SHA for fd327b8
README.md
@@ -56,8 +56,9 @@ Make sure to enable the `user` scope and all subscopes inside of that permission
56
#### Add your GitHub username and PAT to `.env` file
57
58
Create a `.env` file on the project's root directory or edit `.env.sample` (rename to `.env`) and add your username and PAT.
59
+
60
```
-USER=YOUR_GITHUB_USERNAME
61
+GITHUB_USER=YOUR_GITHUB_USERNAME
62
TOKEN=YOUR_GITHUB_PERSONAL_ACCESS_TOKEN
63
64
0 commit comments