Skip to content

Commit 65cc643

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 c7bfdda commit 65cc643

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
@@ -13,7 +13,7 @@ enabled = true
1313
target = "hyperpolymath/.git-private-farm"
1414
event-type = "propagate"
1515
# Secret NAME only — the value lives in GitHub repo secrets, never here.
16-
secret = "FARM_DISPATCH_TOKEN"
16+
secret-name = "FARM_DISPATCH_TOKEN"
1717
# The dispatch step is gated on token presence (job-level env + step-level
1818
# `if`), so forks / environments without the secret skip cleanly instead of
1919
# failing with an empty token.

0 commit comments

Comments
 (0)