Merge pull request #16178 from p-linnane/env_config-update
Manpage: update GitHub rate limit link
This commit is contained in:
commit
1e1fa2d1a4
@ -223,7 +223,7 @@ module Homebrew
|
||||
description: "Use this personal access token for the GitHub API, for features such as " \
|
||||
"`brew search`. You can create one at <https://github.com/settings/tokens>. If set, " \
|
||||
"GitHub will allow you a greater number of API requests. For more information, see: " \
|
||||
"<https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting>" \
|
||||
"<https://docs.github.com/en/rest/overview/rate-limits-for-the-rest-api>" \
|
||||
"\n\n *Note:* Homebrew doesn't require permissions for any of the scopes, but some " \
|
||||
"developer commands may require additional permissions.",
|
||||
},
|
||||
|
||||
@ -2267,7 +2267,7 @@ command execution e.g. `$(cat file)`.
|
||||
*Default:* `git`.
|
||||
|
||||
- `HOMEBREW_GITHUB_API_TOKEN`
|
||||
<br>Use this personal access token for the GitHub API, for features such as `brew search`. You can create one at <https://github.com/settings/tokens>. If set, GitHub will allow you a greater number of API requests. For more information, see: <https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting>
|
||||
<br>Use this personal access token for the GitHub API, for features such as `brew search`. You can create one at <https://github.com/settings/tokens>. If set, GitHub will allow you a greater number of API requests. For more information, see: <https://docs.github.com/en/rest/overview/rate-limits-for-the-rest-api>
|
||||
|
||||
*Note:* Homebrew doesn't require permissions for any of the scopes, but some developer commands may require additional permissions.
|
||||
|
||||
|
||||
@ -3295,7 +3295,7 @@ Linux only: Set this value to a new enough \fBgit\fR executable for Homebrew to
|
||||
\fBHOMEBREW_GITHUB_API_TOKEN\fR
|
||||
.
|
||||
.br
|
||||
Use this personal access token for the GitHub API, for features such as \fBbrew search\fR\. You can create one at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. For more information, see: \fIhttps://docs\.github\.com/en/rest/overview/resources\-in\-the\-rest\-api#rate\-limiting\fR
|
||||
Use this personal access token for the GitHub API, for features such as \fBbrew search\fR\. You can create one at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. For more information, see: \fIhttps://docs\.github\.com/en/rest/overview/rate\-limits\-for\-the\-rest\-api\fR
|
||||
.
|
||||
.IP
|
||||
\fINote:\fR Homebrew doesn\'t require permissions for any of the scopes, but some developer commands may require additional permissions\.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user