diff options
| author | 2021-06-10 02:32:50 +0530 | |
|---|---|---|
| committer | 2021-06-10 02:32:50 +0530 | |
| commit | c444b82e20bda8b3ba27ca31ecab3135edc4f289 (patch) | |
| tree | 8933c7928e19b8923d5c78e8022e7df3666e9650 /pydis_site/constants.py | |
| parent | Use assertListEqual where applicable instead of assertEqual. (diff) | |
| parent | Merge pull request #524 from python-discord/swfarnsworth/resource_suggestion_... (diff) | |
Merge branch 'main' into otn_softdel
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") | 
