This commit is contained in:
Andras Bacsai
2023-06-23 08:58:32 +02:00
parent 756dc08387
commit 6701e07335
7 changed files with 23 additions and 24 deletions

View File

@@ -16,8 +16,7 @@ class GithubAppSeeder extends Seeder
public function run(): void
{
$root_team = Team::find(0);
$private_key_1 = PrivateKey::find(1);
$private_key_2 = PrivateKey::find(2);
$private_key_2 = PrivateKey::find(1);
GithubApp::create([
'name' => 'Public GitHub',
'api_url' => 'https://api.github.com',