This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/master by this push:
     new 351ec42  YETUS-802. Remove docs for --github-token
351ec42 is described below

commit 351ec4247394fc1039d5e9d639346b27fa789e87
Author: Allen Wittenauer <[email protected]>
AuthorDate: Thu Feb 28 09:25:51 2019 -0800

    YETUS-802. Remove docs for --github-token
    
    Signed-off-by: Allen Wittenauer <[email protected]>
---
 .../source/documentation/in-progress/precommit-bugsystems.md   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/asf-site-src/source/documentation/in-progress/precommit-bugsystems.md 
b/asf-site-src/source/documentation/in-progress/precommit-bugsystems.md
index 757a44d..d1f3dcc 100644
--- a/asf-site-src/source/documentation/in-progress/precommit-bugsystems.md
+++ b/asf-site-src/source/documentation/in-progress/precommit-bugsystems.md
@@ -70,14 +70,14 @@ By default, the GitHub plug-in assumes that 
https://github.com is the base URL f
 
 The specific repository on GitHub is defined with either `--github-repo` on 
the command line or GITHUB\_REPO in a personality.  It should take the form of 
"user/repo".
 
-In order to comment on issues or, depending upon the security setup of the 
repo, authentication credentials.  The GitHub plug-in supports two types:
+In order to comment on issues or, depending upon the security setup of the 
repo, authentication credentials.  The GitHub plug-in supports authentication 
via user name/passphrase or token.
 
-  * Token-based:  `--github-token` or GITHUB\_TOKEN
+The user name is provided via the `--github-user` option or the GITHUB\_USER 
environment variable.  The default value for  GITHUB\_USER is the value of 
`--project` suffixed with QA.  For example,
+`--project=yetus` will set `GITHUB_USER=yetusqa`.
 
-  * Username/password: `--github-user`/ GITHUB\_USER , `--github-password` / 
GITHUB\_PASSWD
+The password or OAuth token is provided via the `--github-password` or 
GITHUB\_PASSWD environment variable.
 
-The default value for  GITHUB\_USER is the value of `--project` suffixed with 
QA.  For example,
-`--project=yetus` will set `GITHUB_USER=yetusqa`.
+Both username and password options must be provided.
 
 GitHub pull requests may be directly processed on the command line in two ways:
 

Reply via email to