diff options
author | 2021-05-27 20:10:56 +0200 | |
---|---|---|
committer | 2021-05-27 20:10:56 +0200 | |
commit | 3ff5d03ee70ebc87f90c0dbf1c21606f9c719c51 (patch) | |
tree | 9b63e831d9110821e11b443c64221a7c67cee502 /pydis_site/constants.py | |
parent | chore: Update guides to use poetry instead of pipenv (diff) | |
parent | Merge pull request #513 from python-discord/auth-with-github-api (diff) |
Merge branch 'main' into update/docs-pipenv-to-poetry
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") |