Skip to content

Commit 5244ef6

Browse files
committed
chore: Update 'key' value of gitlab in Service.php to use environment variable
1 parent f3748fc commit 5244ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ public function extraFields()
667667
}
668668
$data = $data->merge([
669669
'Root User' => [
670-
'key' => 'N/A',
670+
'key' => 'GITLAB_ROOT_USER',
671671
'value' => 'root',
672672
'rules' => 'required',
673673
'isPassword' => true,

0 commit comments

Comments
 (0)