Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
andycasey committed Apr 15, 2019
1 parent 3288940 commit f1b3c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Using ``sdss_install``
If you already have the ``sdss_install`` tool from the `SDSS organization on GitHub <https://github.com/sdss/sdss_install>`_
then you can simply enter the following command in a terminal window::

sdss_install astra
sdss_install -G astra


Development version
Expand Down
2 changes: 2 additions & 0 deletions python/astra/utils/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def graphql(query_string, token=None):
"""

if token is None:
# TODO: Consider using SDSS_GITHUB_KEY because that is used by `sdss_install`
# See https://github.com/sdss/sdss_install/blob/master/python/sdss_install/application/Client.py
tokens = [
config.get("github.token", None),
os.getenv("ASTRA_GITHUB_TOKEN", None)
Expand Down

0 comments on commit f1b3c50

Please sign in to comment.