Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Cafolla committed May 22, 2024
1 parent 147b56d commit fe4874b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def process_db(
db = render_db_awesome_list(get_awesome_list_filepath(list_name))

if not without_analytics:
if os.getenv("TOKEN_GITHUB_PUBLIC_API"):
if not os.getenv("TOKEN_GITHUB_PUBLIC_API"):
raise ValueError(
"GitHub API token not found. Please set the environment variable TOKEN_GITHUB_PUBLIC_API in your shell."
)
Expand Down

0 comments on commit fe4874b

Please sign in to comment.