Update maintainers, manpage and completions.

Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2022-01-06 15:32:07 +00:00
parent d880fcc92a
commit 2b6a129fb4
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 11 additions and 2 deletions

View File

@ -2028,8 +2028,11 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
- `HOMEBREW_GITHUB_PACKAGES_TOKEN`
<br>Use this GitHub personal access token when accessing the GitHub Packages Registry (where bottles may be stored).
- `HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN`
<br>Use this base64 encoded username and password for authenticating with a Docker registry proxying GitHub Packages. If HOMEBREW_DOCKER_REGISTRY_TOKEN is set, it will be used instead.
- `HOMEBREW_DOCKER_REGISTRY_TOKEN`
<br>Use this bearer token for authenticating with a Docker registry proxying GitHub Packages.
<br>Use this bearer token for authenticating with a Docker registry proxying GitHub Packages. Preferred over HOMEBREW_DOCKER_REGISTRY_TOKEN_BASIC.
- `HOMEBREW_GITHUB_PACKAGES_USER`
<br>Use this username when accessing the GitHub Packages Registry (where bottles may be stored).

View File

@ -2910,10 +2910,16 @@ Use this personal access token for the GitHub API, for features such as \fBbrew
Use this GitHub personal access token when accessing the GitHub Packages Registry (where bottles may be stored)\.
.
.TP
\fBHOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN\fR
.
.br
Use this base64 encoded username and password for authenticating with a Docker registry proxying GitHub Packages\. If HOMEBREW_DOCKER_REGISTRY_TOKEN is set, it will be used instead\.
.
.TP
\fBHOMEBREW_DOCKER_REGISTRY_TOKEN\fR
.
.br
Use this bearer token for authenticating with a Docker registry proxying GitHub Packages\.
Use this bearer token for authenticating with a Docker registry proxying GitHub Packages\. Preferred over HOMEBREW_DOCKER_REGISTRY_TOKEN_BASIC\.
.
.TP
\fBHOMEBREW_GITHUB_PACKAGES_USER\fR