fix(seeder): Update GitHub app name in GithubAppSeeder
This commit is contained in:
parent
337e12f5c6
commit
1160b3312e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public function run(): void
|
||||||
'team_id' => 0,
|
'team_id' => 0,
|
||||||
]);
|
]);
|
||||||
GithubApp::create([
|
GithubApp::create([
|
||||||
'name' => 'coolify-laravel-development-public',
|
'name' => 'coolify-laravel-dev-public',
|
||||||
'uuid' => '69420',
|
'uuid' => '69420',
|
||||||
'organization' => 'coollabsio',
|
'organization' => 'coollabsio',
|
||||||
'api_url' => 'https://api.github.com',
|
'api_url' => 'https://api.github.com',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue