| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Specifying a token as a cli input leads to a potential for leaking the token on CI logs. This commit removes the option. Instead, users should specify a single GitHub token through `--github-auth-stdin` or by setting the `GITHUB_TOKEN` environment variable. This token should be created with enough privileges to access the required repository.
| Back | FazBrowse Home | New Git URL |
Specifying a token as a cli input leads to a potential for leaking the
token on CI logs. This commit removes the option. Instead, users
should specify a single GitHub token through --github-auth-stdin or
by setting the GITHUB_TOKEN environment variable. This token should be
created with enough privileges to access the required repository.
Merge / deployment checklist
Note: This change is not backwards compatible, but because this PR removes a feature that is not yet documented, the risk of removal is low.