Dev ADMIN_SECRET is hardcoded/committed in playwright.config.js #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A dev
ADMIN_SECRETvalue is committed inplaywright.config.js(and present in git history) and matches the live dev instance's secret.Fix: rotate the dev secret and inject it via env var / Gitea Actions secret instead of a hardcoded default in the test config.
Migrated from
docs/BACKLOG-2026-07-16.md(S2).