Skip to content

Commit fb037de

Browse files
Update docs to list job_token auth
1 parent 7a99560 commit fb037de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This option (`'default'`) is where you may specify which of the connections belo
6363

6464
##### GitLab Connections
6565

66-
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"`.
66+
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"`.
6767

6868
##### HTTP Cache
6969

config/gitlab.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
|
3434
| Here are each of the connections setup for your application. Example
3535
| configuration has been included, but you may add as many connections as
36-
| you would like. Note that the 3 supported authentication methods are:
37-
| "none", "oauth" and "token".
36+
| you would like. Note that the 4 supported authentication methods are:
37+
| "none", "oauth", "job_token", and "token".
3838
|
3939
*/
4040

0 commit comments

Comments
 (0)