From a3c96d2e92af9004450b746ec27137a2e7aa256e Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 23 May 2021 16:17:10 +0100 Subject: Authenticate with the github api to avoid rate limits --- pydis_site/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pydis_site/constants.py') 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") -- cgit v1.2.3