diff options
| author | 2021-05-24 13:47:33 +0200 | |
|---|---|---|
| committer | 2021-05-24 13:47:33 +0200 | |
| commit | 7d6de90e91f880391aa1827242194287cd1f890e (patch) | |
| tree | 9abd0156c340adfefa62eccefd090b484fd496f9 /pydis_site/constants.py | |
| parent | Merge pull request #507 from python-discord/faq-update (diff) | |
| parent | Authenticate with the github api to avoid rate limits (diff) | |
Merge pull request #513 from python-discord/auth-with-github-api
Authenticate with the github api to avoid rate limits
Diffstat (limited to '')
| -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") | 
