diff options
| author | 2020-03-18 21:11:24 +0100 | |
|---|---|---|
| committer | 2020-03-18 21:11:24 +0100 | |
| commit | 40094bf428d4e474132d9187c166a0aa373b7915 (patch) | |
| tree | f14f048abce097db17438f592d9b42b59241068c /bot/constants.py | |
| parent | Deseasonify: join paths on newline (diff) | |
Deseasonify: add github token env var
Diffstat (limited to 'bot/constants.py')
| -rw-r--r-- | bot/constants.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index d99da892..ec6d173e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -155,6 +155,7 @@ class Tokens(NamedTuple):      youtube = environ.get("YOUTUBE_API_KEY")      tmdb = environ.get("TMDB_API_KEY")      igdb = environ.get("IGDB_API_KEY") +    github = environ.get("GITHUB_TOKEN")  # Default role combinations  |