fix(seeder): Update GitHub app name in GithubAppSeeder

This commit is contained in:
Andras Bacsai
2025-03-11 13:28:26 +01:00
parent 337e12f5c6
commit 1160b3312e

View File

@@ -21,7 +21,7 @@ class GithubAppSeeder extends Seeder
'team_id' => 0,
]);
GithubApp::create([
'name' => 'coolify-laravel-development-public',
'name' => 'coolify-laravel-dev-public',
'uuid' => '69420',
'organization' => 'coollabsio',
'api_url' => 'https://api.github.com',