Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbles-wow authored Aug 8, 2023
1 parent 1805842 commit d120d87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Download.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ def __repr__(self):
release_title = Version
release_body = Filename

github_token = os.environ.get("GITHUB_TOKEN")
github_token = "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"
release_api_url = "https://api.github.com/repos/bubbles-wow/WSA-Archive/releases"
print(github_token)
headers = {
"Authorization": f"Bearer {github_token}",
"Accept": "application/vnd.github.v3+json"
Expand Down

0 comments on commit d120d87

Please sign in to comment.