Skip to content

Commit

Permalink
Mention login in the github config example [#97]
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Nov 16, 2016
1 parent b8ce803 commit a3e72c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions did/plugins/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
type = github
url = https://api.github.com/
token = <authentication-token>
login = <username>
The authentication token is optional. However, unauthenticated
queries are limited. For more details see `GitHub API`__ docs.
Use ``login`` to override the default email address for searching.
See the :doc:`config` documentation for details on using aliases.
__ https://developer.github.com/guides/getting-started/#authentication
"""

import re
Expand Down

0 comments on commit a3e72c5

Please sign in to comment.