Merge pull request #4470 from coollabsio/rename-github-app

Feat: Ability to rename GitHub App
This commit is contained in:
Andras Bacsai
2024-12-05 11:01:53 +01:00
committed by GitHub
4 changed files with 100 additions and 3 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,