Skip to content

Commit f403a6f

Browse files
committed
fix(hypatia): farm token key → secret-name (scanner FP on 'secret = …')
git-private-farm.a2ml records only the secret's NAME, but the literal 'secret = "…"' shape trips Hypatia's generic-secret detector (error-level, fails the gate — seen on nextgen-typing#34 / oblibeny#59). Renamed the key; no value was ever present. https://claude.ai/code/session_01GJatEm2TVFSTBEkKXmserJ
1 parent ffd2891 commit f403a6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.machine_readable/bot_directives/git-private-farm.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enabled = true
1111
workflow = ".github/workflows/instant-sync.yml" # present; fires on push to main/master and on published releases
1212
target = "hyperpolymath/.git-private-farm"
1313
event-type = "propagate"
14-
secret = "FARM_DISPATCH_TOKEN" # secret NAME only — value lives in GitHub Actions secrets
14+
secret-name = "FARM_DISPATCH_TOKEN" # secret NAME only — value lives in GitHub Actions secrets
1515
presence-gated = false # the dispatch step runs unconditionally; no `if:` presence gate on the secret in the current workflow
1616

1717
[never-propagate]

0 commit comments

Comments
 (0)