From 1ac06d9b3edcd6b37e56c36d4934c0890086b920 Mon Sep 17 00:00:00 2001 From: Zach Date: Tue, 4 Aug 2015 22:41:55 -0700 Subject: [PATCH] Be more explicit about when access token is used. Used during both the in and the out now. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd3e844..56e0c98 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Fetches and creates versioned GitHub resources. * `repository`: *Required.* The repository name that contains the releases. -* `access_token`: *Optional.* The GitHub access token that should be used to - access the API. Only required for publishing 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`. * `github_api_url`: *Optional.* If you use a non-public GitHub deployment then you can set your API URL here.