From dc5e657bc364e665359a0ade849b79ca3c7135f9 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Sat, 8 Jul 2017 08:27:59 +0200 Subject: [PATCH] [module/github] Doc for github.token OAuth scope --- bumblebee/modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumblebee/modules/github.py b/bumblebee/modules/github.py index dc38b5e..6c97650 100644 --- a/bumblebee/modules/github.py +++ b/bumblebee/modules/github.py @@ -6,7 +6,7 @@ Requires the following library: * requests Parameters: - * github.token: GitHub user access token + * github.token: GitHub user access token, the token needs to have the 'notifications' scope. * github.interval: Interval in minutes """