Skip to content

Commit

Permalink
Update docs to list job_token auth
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 7, 2023
1 parent 7a99560 commit fb037de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions config/gitlab.php
Original file line number Diff line number Diff line change
Expand Up @@ -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".
|
*/

Expand Down

0 comments on commit fb037de

Please sign in to comment.