phonepe/Indus Appstore Release
Deploy Android apps (APK, AAB, APKS) to Indus Appstore
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 9, 2025
- License
- MIT
Pinned Snippet
uses: phonepe/indus-flows@d0b550922eff1366945ffe6137a44609752c6dc4 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| operation_mode | Operation mode (currently only deploy_only is supported) | no | deploy_only |
| file_path | Path to the AAB, APK, or APKs file to upload | yes | — |
| file_type | Type of file to upload (aab, apk, or apks) | yes | apk |
| package_name | Android package name (e.g. com.example.app) | no | — |
| api_token | Indus Appstore Developer API Token | yes | — |
| release_notes | Release notes for this deployment | no | Deployed via GitHub Actions |
| keystore_source | Source of keystore (file, base64, cdn, script, encrypted_file, or none) | no | none |
| keystore_path | Path to the keystore file (for keystore_source=file) | no | — |
| keystore_base64 | Base64 encoded keystore content (for keystore_source=base64) | no | — |
| keystore_cdn_url | CDN URL to download keystore (for keystore_source=cdn) | no | — |
| keystore_cdn_auth_header | Authorization header for CDN download (optional) | no | — |
| keystore_script_path | Path to custom script that generates/fetches keystore (for keystore_source=script) | no | — |
| keystore_script_args | Arguments to pass to custom keystore script (space-separated) | no | — |
| keystore_encrypted_path | Path to encrypted keystore file (for keystore_source=encrypted_file) | no | — |
| keystore_encryption_key | Key for decrypting encrypted keystore file | no | — |
| keystore_password | Password for the keystore | no | — |
| key_alias | Key alias in the keystore | no | — |
| key_password | Password for the key | no | — |
| auto_detect_package | Automatically detect package name from build.gradle if not provided | no | false |
| keystore_validation | Validate keystore before use | no | true |
| verbose | Enable verbose logging | no | false |
Outputs
no outputs