Bundled sample / no setup
Catch a new secret recipient
This recorded run uses the same files as secret-injection-diff demo.
Sample result
The publish step gains NPM_TOKEN
Sample data is loaded.
What changed
One process crossed the boundary
The review step already had the name. The new publish step did not.
Before
Only “Check package” receives NPM_TOKEN.
After
“Publish package” receives the same secret name.
Result
The check returns exit code 2 until the edge is approved.