Skip to content

Commit

Permalink
Fix env var reference in instructions for uploading
Browse files Browse the repository at this point in the history
Fixes brave#246
  • Loading branch information
Ben Kero committed May 30, 2018
1 parent 2519846 commit f75096c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def publish_release(github, release_id):

def auth_token():
token = get_env_var('GITHUB_TOKEN')
message = ('Error: Please set the $BRAVE_GITHUB_TOKEN '
message = ('Error: Please set the $GITHUB_TOKEN '
'environment variable, which is your personal token')
assert token, message
return token
Expand Down

0 comments on commit f75096c

Please sign in to comment.