diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 6980fd0..724c247 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -99,7 +99,7 @@ jobs: API_BASE_URL: http://localhost:8000 JWT_SECRET_KEY: d34db33fc4f3b00bd34db33fc4f3b00b OWNER_USERNAME: testowner - OWNER_PASSWORD: testpass + OWNER_PASSWORD: testpassword api-lint: name: API Lint @@ -186,7 +186,7 @@ jobs: API_BASE_URL: http://localhost:8000 JWT_SECRET_KEY: d34db33fc4f3b00bd34db33fc4f3b00b OWNER_USERNAME: testowner - OWNER_PASSWORD: testpass + OWNER_PASSWORD: testpassword # ── Image builds (tag-only, gated on all jobs) ────────────────────────────────