From 9d76717f32e02c98ac48ef59127ca5edf5bee71b Mon Sep 17 00:00:00 2001 From: antmak Date: Tue, 23 Oct 2018 12:11:48 +0800 Subject: [PATCH] Add info for the needed token scope --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8143b46..abd663d 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ After that you should have a `github-release` executable in your How to use ========== -**NOTE**: for these examples I've [created a github -token](https://help.github.com/articles/creating-an-access-token-for-command-line-use) +**NOTE**: For these examples I've [created a github +token](https://help.github.com/articles/creating-an-access-token-for-command-line-use) with a *scope* of at least '**repo / public_repo**' and set it as the env variable `GITHUB_TOKEN`. `github-release` will automatically pick it up from the environment so that you don't have to pass it as an argument.