Skip to content

Commit

Permalink
docs: fixed wrong env var
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi authored Aug 3, 2022
1 parent bb44c7f commit 83d3c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ Make sure to enable the `user` scope and all subscopes inside of that permission
#### Add your GitHub username and PAT to `.env` file

Create a `.env` file on the project's root directory or edit `.env.sample` (rename to `.env`) and add your username and PAT.

```
USER=YOUR_GITHUB_USERNAME
GITHUB_USER=YOUR_GITHUB_USERNAME
TOKEN=YOUR_GITHUB_PERSONAL_ACCESS_TOKEN
```

Expand Down

0 comments on commit 83d3c4d

Please sign in to comment.