From bade3eb4993da17f839b3b44b1399eaf6cc940df Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 29 Jan 2019 11:26:13 +0100
Subject: [PATCH] docs: specify GitHub token scope

---
 docs/local-development.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/local-development.md b/docs/local-development.md
index 0d12b3450f..f65422c783 100644
--- a/docs/local-development.md
+++ b/docs/local-development.md
@@ -37,7 +37,7 @@ e.g. if your GitHub username is "alex88" then maybe you register "alex88-testing
 
 #### Generate platform token
 
-Once you have decided on your platform and account, log in and [generate a "Personal Access Token"](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) that can be used to authenticate Renovate.
+Once you have decided on your platform and account, log in and [generate a "Personal Access Token"](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) that can be used to authenticate Renovate. Select **repo** scope when generating the token.
 
 #### Export platform token
 
-- 
GitLab