bbq-beets/Android CI/CD
Build your Android application and update it in the store
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-name | The Android package name from the app manifest | yes | — |
| track | The Play Store track to release to (internal, alpha, beta, production) | yes | — |
| keystore | Base64 encoded Android keystore | yes | — |
| keystore-password | The keystore password | yes | — |
| key-alias | The alias of the signing key | yes | — |
| key-password | The password of the signing key | yes | — |
| play-store-creds | Your Play Store credentials | yes | — |
| push-changes | Whether commit and push the created fastlane configuration | no | false |
| git-user-name | Required when push-changes is set, the git user.name | no | — |
| git-user-email | Required when push-changes is set, the git user.email | no | — |
Outputs
no outputs