From 83d3c4d54336f3fa502ddacf92f55c4721e84376 Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Wed, 3 Aug 2022 09:15:55 +0200 Subject: [PATCH] docs: fixed wrong env var --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54ff7bb..edd742a 100644 --- a/README.md +++ b/README.md @@ -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 ```