You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit the GitHub rate limit and try to set NVCHECKER_GITHUB_TOKEN, but it seems not passed to the underlying nvchecker invocation. I still got a rate limited error.
I don't think nvchecker accepts GitHub token from environment variable like that. You may want to create a keyfile.toml which contains the token, and pass it using -k when running nvfetcher.
I hit the GitHub rate limit and try to set
NVCHECKER_GITHUB_TOKEN
, but it seems not passed to the underlyingnvchecker
invocation. I still got a rate limited error.NVCHECKER_GITHUB_TOKEN=ghp_mysurelyworkingtoken nvfetcher
Gives
I manually
curl
the failed URL with my token and it succeeds.BTW: The encrypted error message also deserves a fix though.
The text was updated successfully, but these errors were encountered: