paritytech / paritytech/host-rust-core

Validate signing credentials on a schedule without publishing

Open
#694 0 comments 0 reactions 1 assignee View on GitHub

@TarikGul is already working on this.

Since Sep 11, 2026.

github_actions host-work
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.