From 8508409f8a40dda60128fda692b9331cad41ebfb Mon Sep 17 00:00:00 2001 From: Toby Rumans Date: Fri, 11 Sep 2015 17:39:28 -0700 Subject: [PATCH] document the github access token scope [finishes #102513822] Signed-off-by: Evan Short --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 250c9c6..442a353 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Fetches and creates versioned GitHub resources. * `repository`: *Required.* The repository name that contains the releases. * `access_token`: *Optional.* Used for accessing a release in a private-repo - during an `in` and pushing a release to a repo during an `out`. + during an `in` and pushing a release to a repo during an `out`. The access + token you create is only required to have the `repo` or `public_repo` scope. * `github_api_url`: *Optional.* If you use a non-public GitHub deployment then you can set your API URL here.