We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a5cd6 commit f331544Copy full SHA for f331544
etc/make_release.py
@@ -524,7 +524,7 @@ def read_github_creds(github_token_file):
524
Read the GitHub token from the specified file and return it as a string.
525
"""
526
527
- token_re = re.compile('^(?:Token - )?(?P<tok>[0-9a-f]{40}).*$')
+ token_re = re.compile('^(?:Token - )?(?P<tok>\w{40}).*$')
528
github_token = None
529
530
with open(github_token_file, 'rb') as token_stream:
0 commit comments