Skip to content

Commit

Permalink
⚫ Fade to black.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 28, 2022
1 parent e2e3a05 commit 4287aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jaraco/develop/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def get_session(cls):
@staticmethod
def load_token():
token = os.environ.get("GITHUB_TOKEN") or keyring.get_password(
'Github', username(),
'Github',
username(),
)
assert token, "Token not available"
return token
Expand Down

0 comments on commit 4287aca

Please sign in to comment.