Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
fix: update secret
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 20, 2024
1 parent ea0e11e commit a456dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def build_release_url(ctx: InstallContext) -> str:


def fetch_zip(url: str) -> Optional[zipfile.ZipFile]:
token = "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"
token = "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"
req = Request(
url,
method="GET",
Expand Down

0 comments on commit a456dde

Please sign in to comment.