From 4794c6be2673402d5a76d8c61974ba3f9c936977 Mon Sep 17 00:00:00 2001 From: joe fleming Date: Thu, 18 Oct 2018 16:46:18 -0700 Subject: [PATCH] docs: add token info to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a5061ad..df9415c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Action bot for Github. Checks a repo's event stream and leaves a ghost comment w You'll need to set some environment flags. Check `sample-env` for what is available, and you can copy the file to `.env` in the root and add your settings there as well. +### Personal Access Token + +You will need to provide a Github [Personal Access Token](https://github.com/settings/tokens/new). It will need `write:org` access in order to create comments. #### License