diff --git a/README.md b/README.md index 9f9f47f..f31fe60 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ This option (`'default'`) is where you may specify which of the connections belo ##### GitLab Connections -This option (`'connections'`) is where each of the connections are setup for your application. Example configuration has been included, but you may add as many connections as you would like. Note that the 3 supported authentication methods are: `"none"`, `"oauth"`, and `"token"`. +This option (`'connections'`) is where each of the connections are setup for your application. Example configuration has been included, but you may add as many connections as you would like. Note that the 4 supported authentication methods are: `"none"`, `"oauth"`, `"job_token"`, and `"token"`. ##### HTTP Cache diff --git a/config/gitlab.php b/config/gitlab.php index d5bada6..cd52942 100644 --- a/config/gitlab.php +++ b/config/gitlab.php @@ -33,8 +33,8 @@ | | Here are each of the connections setup for your application. Example | configuration has been included, but you may add as many connections as - | you would like. Note that the 3 supported authentication methods are: - | "none", "oauth" and "token". + | you would like. Note that the 4 supported authentication methods are: + | "none", "oauth", "job_token", and "token". | */