Add config_file

This commit is contained in:
Daniel Lindmark 2024-07-21 19:05:44 -05:00
parent 7e76738f06
commit f6872b6874

View File

@ -79,7 +79,7 @@ if __name__ == "__main__":
auth_token = os.environ.get("ALLSPICE_TOKEN") or args.allspice_token
if auth_token is None:
print("Please set the environment variable GITHUB_TOKEN or supply a token with --allspice_token <your_token>. Generate a token: https://hub.allspice.io/user/settings/applications")
print("Please set the environment variable ALLSPICE_TOKEN or supply a token with --allspice_token <your_token>. Generate a token: https://hub.allspice.io/user/settings/applications")
exit(1)
# Test connection to AllSpice API