diff options
author | 2021-06-04 17:38:01 +0100 | |
---|---|---|
committer | 2021-06-04 17:38:01 +0100 | |
commit | b07639403ab734c8a890b7c50e4ee4bd7a5ca46d (patch) | |
tree | 1dafe9f8b85d856657a1e34db4dd40cc0aeece8f /pydis_site/constants.py | |
parent | Ensure bot/infractions does not accept both expires and permanent filters (diff) | |
parent | Merge pull request #516 from soham4abc/main (diff) |
Merge branch 'main' into bast0006-new-infraction-filters
Diffstat (limited to 'pydis_site/constants.py')
-rw-r--r-- | pydis_site/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/constants.py b/pydis_site/constants.py index c7ab5db0..e6a63d12 100644 --- a/pydis_site/constants.py +++ b/pydis_site/constants.py @@ -1,3 +1,4 @@ import os GIT_SHA = os.environ.get("GIT_SHA", "development") +GITHUB_TOKEN = os.environ.get("GITHUB_TOKEN") |