From b0f998291f67470f24b410d8bdee5a02c480bd16 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Thu, 17 Oct 2024 12:16:21 +0200 Subject: [PATCH] token --- tools/pycafe/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pycafe/test.py b/tools/pycafe/test.py index d4c7b9f7b..08937c831 100644 --- a/tools/pycafe/test.py +++ b/tools/pycafe/test.py @@ -6,7 +6,7 @@ # using an access token -access_token = str(os.getenv("GITHUB_TOKEN")) +access_token = str(os.getenv("GH_TOKEN")) auth = Auth.Token(access_token) g = Github(auth=auth)