Skip to content

Commit

Permalink
Updated GitHub release script to latest PyGithub
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Jul 10, 2023
1 parent b2c1841 commit 09b308f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_increment_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def modify_rest_manager(file_contents, element, new_version_tag):
username = input('Username: ')
token = getpass.getpass(prompt='Token (needs public_repo access, no token? visit https://github.com/settings/tokens): ', stream=None)

github = Github(token, client_id=username, client_secret=token)
github = Github(token)

# GET REPOSITORY REFERENCES
print("[4/8] Retrieving Tribler:py-ipv8 and %s:py-ipv8" % username)
Expand Down

0 comments on commit 09b308f

Please sign in to comment.