fix: remove hardcoded 'johba' references — use dynamic project config instead (#241)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful

This commit is contained in:
Agent 2026-04-05 17:18:04 +00:00
parent bbc8ec8031
commit 2b4c8be245
7 changed files with 25 additions and 24 deletions

View file

@ -35,7 +35,7 @@ services:
- FORGE_TOKEN=${FORGE_TOKEN:-}
- FORGE_URL=http://forgejo:3000
- PROJECT_TOML=projects/disinto.toml
- FORGE_REPO=johba/disinto
- FORGE_REPO=${FORGE_REPO:-disinto-admin/disinto}
depends_on:
- forgejo