diff --git a/.github/workflows/maint-68-sync-consumer-repos.yml b/.github/workflows/maint-68-sync-consumer-repos.yml index 9ffd3a4d0..4679efd94 100644 --- a/.github/workflows/maint-68-sync-consumer-repos.yml +++ b/.github/workflows/maint-68-sync-consumer-repos.yml @@ -113,6 +113,7 @@ jobs: "agents-orchestrator.yml:agents-70-orchestrator.yml" "agents-pr-meta.yml:agents-pr-meta.yml" "agents-keepalive-loop.yml:agents-keepalive-loop.yml" + "agents-verifier.yml:agents-verifier.yml" "autofix.yml:autofix.yml" "pr-00-gate.yml:pr-00-gate.yml" ) diff --git a/templates/consumer-repo/.github/workflows/agents-verifier.yml b/templates/consumer-repo/.github/workflows/agents-verifier.yml index bcbfb1aee..7e62c4cb7 100644 --- a/templates/consumer-repo/.github/workflows/agents-verifier.yml +++ b/templates/consumer-repo/.github/workflows/agents-verifier.yml @@ -24,5 +24,4 @@ jobs: with: # CI workflows to wait for before running verifier ci_workflows: '["ci.yml", "pr-00-gate.yml"]' - secrets: - CODEX_AUTH_JSON: ${{ secrets.CODEX_AUTH_JSON }} + secrets: inherit