fix: provision cosign and automate release verification #43
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ochenstarik/server-monitor-manager#43
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/cosign-provisioning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Autostart design
workflow_run keeps release verification separate from the sole publishing workflow. It is emitted when Release pipeline completes even when that pipeline published through GITHUB_TOKEN. The verify job accepts only successful runs whose head branch is a v* tag; workflow_dispatch remains available for explicit re-verification.
Local verification
CI verification
Release safety
The dry run used branch codex/cosign-provisioning at
6bd58abe2f. Build, packaging, manifest generation, and keyless signing passed; publication was skipped because the ref was not a tag. PR #43 is not merged and v0.1.0-alpha.15 has not been created.Not verified
Physical acceptance on real servers is intentionally outside this task and remains for the owner after release.