Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maintainers, manpage and completions. #11780

Merged
merged 1 commit into from Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/Manpage.md
Expand Up @@ -1981,6 +1981,9 @@ 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_TOKEN`
<br>Use this bearer token for authenticating with a Docker registry proxying GitHub Packages.

- `HOMEBREW_GITHUB_PACKAGES_USER`
<br>Use this username when accessing the GitHub Packages Registry (where bottles may be stored).

Expand Down
6 changes: 6 additions & 0 deletions manpages/brew.1
Expand Up @@ -2836,6 +2836,12 @@ 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_TOKEN\fR
.
.br
Use this bearer token for authenticating with a Docker registry proxying GitHub Packages\.
.
.TP
\fBHOMEBREW_GITHUB_PACKAGES_USER\fR
.
.br
Expand Down