Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/make_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def read_github_creds(github_token_file):
Read the GitHub token from the specified file and return it as a string.
"""

token_re = re.compile('^(?:Token - )?(?P<tok>[0-9a-f]{40}).*$')
token_re = re.compile('^(?:Token - )?(?P<tok>\w{40}).*$')
github_token = None

with open(github_token_file, 'rb') as token_stream:
Expand Down