pipery-dev/Pipery Google Play CD
CD pipeline for publishing Android APK/AAB artifacts to Google Play tracks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 30, 2026
- License
- None
Pinned Snippet
uses: pipery-dev/pipery-googleplay-cd@877e97c37a1dbf05c245ead3a0f1441e2e4bbd37 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project_path | Path to the Android project. | no | . |
| package_name | Android application package name. | yes | — |
| artifact_path | Path to an .aab or .apk. Auto-detects build outputs when empty. | no | "" |
| track | Google Play track: internal, alpha, beta, production, or custom. | no | internal |
| release_status | Release status for fastlane supply. | no | completed |
| service_account_json | Raw Google service account JSON. | no | "" |
| service_account_json_b64 | Base64-encoded Google service account JSON. | no | "" |
| gradle_publish_task | Optional Gradle Play Publisher task to run instead of fastlane supply. | no | "" |
| skip_upload | Skip upload and only validate inputs. | no | false |
| log_file | Path to the JSONL log file. | no | pipery.jsonl |
Outputs
no outputs