aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/constants.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-06-04 17:38:01 +0100
committerGravatar GitHub <[email protected]>2021-06-04 17:38:01 +0100
commitb07639403ab734c8a890b7c50e4ee4bd7a5ca46d (patch)
tree1dafe9f8b85d856657a1e34db4dd40cc0aeece8f /pydis_site/constants.py
parentEnsure bot/infractions does not accept both expires and permanent filters (diff)
parentMerge 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.py1
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")