github webhooks

This commit is contained in:
Andras Bacsai
2023-05-09 14:42:10 +02:00
parent 19ad184cd6
commit 76bf601e1b
18 changed files with 217 additions and 20 deletions

View File

@@ -26,7 +26,8 @@ class GithubAppSeeder extends Seeder
'team_id' => $root_team->id,
]);
GithubApp::create([
'name' => 'coolify-laravel-development-private-github',
'name' => 'coolify-laravel-development-public',
'uuid' => '69420',
'api_url' => 'https://api.github.com',
'html_url' => 'https://github.com',
'is_public' => false,