mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
add missing env var
This commit is contained in:
2
.github/workflows/migrations.yml
vendored
2
.github/workflows/migrations.yml
vendored
@@ -47,6 +47,7 @@ jobs:
|
||||
DB_USER: user
|
||||
DB_PASSWD: password
|
||||
DB_NAME: testdb
|
||||
ROMM_AUTH_SECRET_KEY: xxxxxxxxxxxxxxxxx
|
||||
run: uv run alembic upgrade head
|
||||
|
||||
migrate-mariadb:
|
||||
@@ -94,4 +95,5 @@ jobs:
|
||||
DB_USER: user
|
||||
DB_PASSWD: password
|
||||
DB_NAME: testdb
|
||||
ROMM_AUTH_SECRET_KEY: xxxxxxxxxxxxxxxxx
|
||||
run: uv run alembic upgrade head
|
||||
|
||||
Reference in New Issue
Block a user