hermes-agent/.github/actions
ethernet 1f76bdc5b2 fix(ci): pass App secrets as inputs to composite action
Composite actions cannot access the secrets context — the runner's
template engine rejects secrets.* references at load time with
'Unrecognized named-value: secrets'.

Move APP_ID and APP_PRIVATE_KEY from direct secrets.* references inside
the composite action to inputs passed by each calling workflow. The
fallback logic (GITHUB_TOKEN when APP_ID is empty, for fork PRs) stays
in the composite action's check step.
2026-07-20 17:27:30 -04:00
..
detect-changes ci: migrate AUTOFIX_BOT_PAT to GitHub App token 2026-07-20 16:48:25 -04:00
get-app-token fix(ci): pass App secrets as inputs to composite action 2026-07-20 17:27:30 -04:00
nix-setup
retry