Skip to content

Commit a18706d

Browse files
committed
debug ci
1 parent 6db9198 commit a18706d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/Version20241220160327.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class Version20241220160327 extends AbstractMigration
1212
{
1313
public function up(Schema $schema): void
1414
{
15-
$syncroSecretKey = $_ENV['SYNCHRO_SECRET_KEY'] ?? null;
15+
$syncroSecretKey = getenv('SYNCHRO_SECRET_KEY') ?? null;
1616

1717
if (!$syncroSecretKey) {
1818
throw new \RuntimeException('The environment variable SYNCHRO_SECRET_KEY is not defined.');

0 commit comments

Comments
 (0)