Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit c4c6e0a

Browse files
committed
Add note about access tokens and user access
Closes #7
1 parent 846b614 commit c4c6e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A [Concourse](http://concourse.ci/) [resource](http://concourse.ci/resources.htm
66
## Configuration
77

88
* **`repository`** - the owner and repository name, slash delimited (e.g. `dpb587/github-status-resource`)
9-
* **`access_token`** - GitHub API access token (minimum scope of `repo:status`)
9+
* **`access_token`** - GitHub API access token from a user with write access to the repository (minimum token scope of `repo:status`)
1010
* `branch` - the branch currently being monitored (default: `master`)
1111
* `context` - a label to differentiate this status from the status of other systems (default: `default`)
1212
* `endpoint` - GitHub API endpoint (default: `https://api.github.com`)

0 commit comments

Comments
 (0)