Skip to content

Commit

Permalink
Show correct environment variable name if Github API Token is not def…
Browse files Browse the repository at this point in the history
…ined (#62)
  • Loading branch information
markus-k authored Aug 9, 2021
1 parent feddf4d commit bb16392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skjold/sources/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _query_github_graphql(
"It looks like you're trying to use the github source without providing an access token."
"Skjold needs a token to access the Github GraphQL API."
"You can generate a token at https://github.com/settings/tokens without giving it any permissions "
"and make it available to skjold by setting SKJOLD_GITHUB_TOKEN in your environment."
"and make it available to skjold by setting SKJOLD_GITHUB_API_TOKEN in your environment."
)

query = f"""
Expand Down

0 comments on commit bb16392

Please sign in to comment.