ci: automate Android verification and releases - #12
Merged
Conversation
Tim-1e
marked this pull request as ready for review
July 25, 2026 19:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
mainpushesvX.Y.Ztags and manual dispatches frommainWhy
The repository had no GitHub Actions workflows, no signing secrets, and the old Vercel deployment only built the legacy web application. A certificate fingerprint can verify a signing key but cannot sign an APK. This workflow makes regular verification automatic now and makes v2.3.6 publication one-step once the original keystore is placed in the protected
releaseenvironment.Security
The release job fails before building if any secret is missing. It accepts only the certificate SHA-256
7CE270503976BA420800C44C3E7DC8A8D7B305FBA8C515074ED0EBC9D79F4AA6, exposes signing material only to thereleaseenvironment, uses least-privilege workflow permissions, and deletes the temporary keystore even after failure.Required environment secrets:
MARCHKOV_KEYSTORE_BASE64MARCHKOV_KEYSTORE_PASSWORDMARCHKOV_KEY_ALIASMARCHKOV_KEY_PASSWORDVerification
actionlint1.7.12 — both workflow files validflutter test --no-pub— 16 tests passedflutter analyze --no-pub --no-fatal-infos— successful; two pre-existing deprecation infos onlygit diff --check— clean