docs: mention 'notification scope' in app.json.

This commit is contained in:
Charlotte Spencer 2016-12-17 12:20:56 +00:00 коммит произвёл GitHub
Родитель d53beb8f3f
Коммит fd94c7fb0c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@
},
"env": {
"GITHUB_TOKEN": {
"description": "Your personal GitHub Access Token",
"description": "Your personal GitHub Access Token. It must have access to the 'notification' scope.",
"required": true
}
},