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
Do you want to request a feature or report a bug?
Both?
What is the current behavior?
We are hitting GitHub API rate limits
error An unexpected error occurred: "https://api.github.com/repos/yarnpkg/yarn/releases: API rate limit exceeded for ***. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)".
(this happens when trying to use the new yarn policies set-version command)
What is the expected behavior?
We should be able to define a github access token via an environment variable so that github requests are authd
The text was updated successfully, but these errors were encountered:
If the environment variable `GITHUB_TOKEN` is defined, append `?access_token=<GITHUB_TOKEN>` when requesting yarn releases from GitHub.
Closesyarnpkg#6905
* feat(policies): Use github access token when requesting releases
If the environment variable `GITHUB_TOKEN` is defined, append `?access_token=<GITHUB_TOKEN>` when requesting yarn releases from GitHub.
Closes#6905
* fix lint
* Update CHANGELOG.md
Do you want to request a feature or report a bug?
Both?
What is the current behavior?
We are hitting GitHub API rate limits
(this happens when trying to use the new
yarn policies set-version
command)What is the expected behavior?
We should be able to define a github access token via an environment variable so that github requests are authd
The text was updated successfully, but these errors were encountered: