docs(attest-release-files): name the signer workflow in the verify hint - #419
Conversation
The attestation is signed by this reusable workflow, not by the caller. `gh attestation verify --repo <owner>/<repo>` alone checks the signer against the caller repository and fails; the header now passes --signer-workflow with this workflow's path. Assisted-by: claude-code:claude-opus-5 Agent-Session: https://claude.ai/code/session_012BSvdctvVZ6Yz6nYUAA2p7 Agent-Host: 32116e Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe verification documentation now includes Priority: ⬇️ Low Change: Other Merge Risk: ⚪ Minimal · up to The verification instructions now identify the workflow that signs the release artifacts, with no remaining merge-blocking risk. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
Self-review: f8e904a The review this pull request demands is unsatisfiable (Copilot quota wall or repeated bot failures on this head). Per the documented fallback, the diff on this head was reviewed by the PR author; this comment is the on-the-record attestation the merge gate reads back. It stops matching on the next push. |



Merging this corrects the verification hint in the header of
attest-release-files.yml: the attestation is signed by this reusable workflow, sogh attestation verify --repo <owner>/<repo>alone checks the signer against the caller repository and fails. The hint now adds--signer-workflow netresearch/.github/.github/workflows/attest-release-files.yml. Comment-only change; follows #418, found in the review of netresearch/github-release-skill#122.