Verify Android Keystore
Version updated for https://github.com/Appegy/verify-keystore-action to version v1.1.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Verify Android Keystore Action” is a GitHub Action that validates the integrity of an Android Keystore file, ensuring the keystore file, its password, and the specified key alias are correct. It automates the verification process in CI/CD pipelines, providing a “fail fast” mechanism to catch configuration issues early. Key capabilities include detecting keystore type (PKCS12 or JKS), verifying keystore and alias passwords, and ensuring compatibility with Android signing requirements.
Release notes
Full Changelog: https://github.com/Appegy/verify-keystore-action/compare/v1.0.0...v1.1.0