"API rate limit exceeded" #449
-
how do I use the "--github-token" option properly, I have my token but can't use the option properly to set it on ferium |
Beta Was this translation helpful? Give feedback.
Answered by
theRookieCoder
Dec 11, 2024
Replies: 1 comment
-
You need to add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
theRookieCoder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add
--github-token <token>
in the beginning of any commands you issue. I would recommend you use the environment variable instead:export GITHUB_TOKEN=<token>
. You can put that line in your.bashrc
or equivalent to persist it.