[bug] [ci-config] Harness Replays: AUTO_SYNC_TOKEN secret empty + nginx.conf mount error #95
Loading…
Reference in New Issue
Block a user
No description provided.
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?
Summary
Harness Replays / Harness Replaysjob in molecule-core fails with:The Actions secret
AUTO_SYNC_TOKENis referenced by the workflow but not set on the molecule-core repo's secrets store, so every Harness Replays run fails the precondition check.Plus a separate Docker mount issue surfacing in the same job:
This second error suggests
tests/harness/cf-proxy/nginx.confeither doesn't exist on the runner or is a directory where the harness expects a file. Possibly related to checkout depth, sparse checkout, or a.gitignoreexcluding the file.Both reproduce on baseline
mainAND every migration PR — independent of code changes.Fix shape
Repo Settings → Actions → Secrets. Perfeedback_per_agent_gitea_identity_default, this should be a per-purpose token, not the founder PAT.git ls-files tests/harness/cf-proxy/nginx.confandls -la tests/harness/cf-proxy/to confirm the file exists in the repo and is a regular file. If it's a directory, fix the harness shape; if it's missing, restore from history; if checkout is sparse, broaden the patterns.Class
Pre-existing CI configuration issue. NOT a regression of internal#71 or any migration PR.
Out of scope
Reporter
Discovered while watching CI on internal#71 migration sweep. 2026-05-08.
Resolved: AUTO_SYNC_TOKEN repo Actions secret refreshed with the real 40-char devops-engineer PAT (was a broken bootstrap-template
${devops-engineer_TOKEN}that bash cannot expand due to hyphen). Operator-host all-credentials.env also patched (.bak preserved). Structural template fix tracked separately as #214 in orchestrator task tracker.