Skip to content

Comments

Adopt release keystore verification workflow#407

Merged
hossain-khan merged 3 commits intomainfrom
copilot/adopt-release-key-workflow
Dec 11, 2025
Merged

Adopt release keystore verification workflow#407
hossain-khan merged 3 commits intomainfrom
copilot/adopt-release-key-workflow

Conversation

Copy link
Contributor

Copilot AI commented Dec 11, 2025

Adds a manual workflow to validate production keystore configuration before releases, adapted from trmnl-android-buddy.

Changes

  • .github/workflows/test-keystore-apk-signing.yml: New workflow that:

    • Decodes keystore from KEYSTORE_BASE64 secret
    • Verifies keystore properties and alias with keytool
    • Tests jarsigner functionality
    • Builds release APK with production keystore
    • Uploads test artifacts for debugging
  • keystore/README.md: Documents new workflow

Adaptations

  • Keystore filename: trmnl-android-buddy-release.keystoreremote-notify-release.keystore
  • Java version: 23 → 21 (matches existing workflows)
  • Added Android SDK setup and EMAIL_API_KEY environment variable
  • Added explicit permissions: contents: read per CodeQL recommendation

Usage

Manually trigger via Actions tab to validate keystore configuration before releases.

Original prompt

This section details on the original issue you should resolve

<issue_title>Adopt release key verification workflow</issue_title>
<issue_description>Adopt https://github.com/hossain-khan/trmnl-android-buddy/blob/main/.github/workflows/test-keystore-apk-signing.yml workflow for this repository.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits December 11, 2025 10:08
Co-authored-by: hossain-khan <99822+hossain-khan@users.noreply.github.com>
Co-authored-by: hossain-khan <99822+hossain-khan@users.noreply.github.com>
Copilot AI changed the title [WIP] Adopt release key verification workflow Adopt release keystore verification workflow Dec 11, 2025
Copilot AI requested a review from hossain-khan December 11, 2025 10:13
@hossain-khan hossain-khan marked this pull request as ready for review December 11, 2025 10:23
@hossain-khan hossain-khan merged commit d32e9b0 into main Dec 11, 2025
4 checks passed
@hossain-khan hossain-khan deleted the copilot/adopt-release-key-workflow branch December 11, 2025 10:26
@github-actions
Copy link

Code Coverage Report

View Coverage Report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adopt release key verification workflow

2 participants