From 3464f1ef25d733693b318edc358241d8f3235fd2 Mon Sep 17 00:00:00 2001 From: Rawand Ahmed Shaswar Date: Tue, 11 Feb 2025 00:11:04 +0300 Subject: [PATCH] Add github token --- noble_tls/updater/file_fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noble_tls/updater/file_fetch.py b/noble_tls/updater/file_fetch.py index 665031b..8295ca9 100644 --- a/noble_tls/updater/file_fetch.py +++ b/noble_tls/updater/file_fetch.py @@ -12,7 +12,7 @@ repo = 'tls-client' url = f'https://api.github.com/repos/{owner}/{repo}/releases/latest' root_directory = root_dir() -GITHUB_TOKEN = os.getenv("GITHUB_TOKEN") +GITHUB_TOKEN = os.getenv("GH_TOKEN") def auto_retry(retries: int):