fix(ci): pass E2E_TOTP_SECRET secret into the E2E job env #107
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/e2e-wire-totp-secret"
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?
Summary
PR #106 added preflight +
loginViaSpasupport forE2E_TOTP_SECRETbut missed wiring it through the workflow env block. Even with the Forgejo Actions secret set, the job never sees it and preflight fails with the now-correct "E2E_TOTP_SECRET missing" message.One-line fix.
Test plan
E2E_TOTP_SECRETForgejo Actions secret if not already done.