paritytech / paritytech/host-rust-core
Validate signing credentials on a schedule without publishing
@TarikGul is already working on this.
Since Sep 11, 2026.
- Dominant language
- Swift
- Stars
- 10
- Forks
- 3
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 148
Description
Signing certificates, provisioning profiles and store API keys expire. Finding out during a
release is expensive; finding out on a Tuesday is not.
A scheduled job should authenticate against each distribution path and validate the
credentials without building or publishing anything, then materialise and remove any
credential files it needed. Its latest result feeds the pull request summary in #692, so the
state is visible before someone tries to ship.
Steps
- Scheduled job authenticates and validates per platform
- No build and no publish in that path
- Credential files removed at the end of the job
- Latest result surfaced in the pull request summary
Done when
Credential expiry is discovered by a schedule rather than by a failed release.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.