Skip to content

Commit

Permalink
Add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
rawandahmad698 committed Feb 10, 2025
1 parent 82a51b8 commit 3464f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noble_tls/updater/file_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3464f1e

Please sign in to comment.