This commit is contained in:
Andras Bacsai
2024-12-05 11:00:57 +01:00
parent c8e2cd32e5
commit c25be01af6
2 changed files with 6 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ class GithubAppSeeder extends Seeder
GithubApp::create([
'name' => 'coolify-laravel-development-public',
'uuid' => '69420',
'organization' => 'coollabsio',
'api_url' => 'https://api.github.com',
'html_url' => 'https://github.com',
'is_public' => false,