chore: Update 'key' value of gitlab in Service.php to use environment variable
This commit is contained in:
parent
f3748fc294
commit
5244ef60bd
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ public function extraFields()
|
|||
}
|
||||
$data = $data->merge([
|
||||
'Root User' => [
|
||||
'key' => 'N/A',
|
||||
'key' => 'GITLAB_ROOT_USER',
|
||||
'value' => 'root',
|
||||
'rules' => 'required',
|
||||
'isPassword' => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue