chore(android): rename RuStore signing secrets ANDROID_* -> ANDROID_RUSTORE_* #268
Reference in New Issue
Block a user
Delete Branch "feature/rustore-signing-secrets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rename the Gitea signing secrets
ANDROID_*→ANDROID_RUSTORE_*so the RuStore key is store-specific: RuStore self-signs (the cert is the app cert), Google Play re-signs via Play App Signing (the uploaded key is only an upload key), so a sharedANDROID_*name is ambiguous. Only the secret names change —build.gradlekeeps the store-agnostic env contract, so a future Google workflow feeds its own key into the same build.New secret names to set:
ANDROID_RUSTORE_KEYSTORE_BASE64/ANDROID_RUSTORE_KEYSTORE_PASSWORD/ANDROID_RUSTORE_KEY_ALIAS/ANDROID_RUSTORE_KEY_PASSWORD.Touches
.gitea/workflows/android-build.yaml+deploy/README.md.ANDROID_PLAN.mdrefs get updated in the pending plan refresh. No functional change until the signed dispatch (needs this on master via the next promotion).