Skip to content

Commit

Permalink
gh token not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
hkir-dev committed Apr 4, 2024
1 parent b8ff742 commit 2594bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def gh_login(purl_folder):
runcmd("gh auth login --with-token < {}".format(token_file))
runcmd("gh auth setup-git")
else:
print("WARN: GitHub token not found in environment variables. Some actions may fail.")
print("WARN: GitHub token not found in environment variables. Some actions may fail. Follow: https://brain-bican.github.io/taxonomy-development-tools/Build/#set-gh-token-environment-variable")

return token_file

Expand Down

0 comments on commit 2594bc1

Please sign in to comment.