Skip to content

Commit

Permalink
update PullPreview seeder.
Browse files Browse the repository at this point in the history
  • Loading branch information
holyfabi committed Jul 4, 2024
1 parent d4cd3c8 commit 0c220f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/PullpreviewSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function run(): void
'name' => env('SEED_USER_NAME'),
'email' => env('SEED_USER_EMAIL'),
'api_url' => sprintf('http://%s/%s', env('CLIENT_CONTAINER_NAME'), env('CLIENT_NOTIFICATION_ROUTE', 'transmorpher/notifications')),
'password' => env('SEED_USER_PASSWORD')
'--password' => env('SEED_USER_PASSWORD')
]);

DB::table('personal_access_tokens')->where('id', 1)->update(['token' => env('TRANSMORPHER_AUTH_TOKEN_HASH')]);
Expand Down

0 comments on commit 0c220f0

Please sign in to comment.