mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
refactoring
This commit is contained in:
@ -125,7 +125,7 @@ public function deployKey(string $title, string $repo, string $key): void
|
||||
$response = Http::withToken($this->sourceControl->access_token)->post(
|
||||
$this->apiUrl.'/projects/'.$repository.'/deploy_keys',
|
||||
[
|
||||
'title' => 'deploy-key',
|
||||
'title' => $title,
|
||||
'key' => $key,
|
||||
'can_push' => true,
|
||||
]
|
||||
|
Reference in New Issue
Block a user