AAPS builder allows you to build AAPS using Github Actions.
-
Fork this repository
-
Go to your repository settings and add the following secrets:
GH_TOKEN
: Github token with access to your forked repositorySIGNING_KEY
: Base64 encoded signing keySIGNING_KEY_PASSWORD
: Password for the signing keySIGNING_KEY_ALIAS
: Alias for the signing key
- Run the build workflow
- Simplify secret store setup / upload
- Enhance way to receive the build artifact without publicly storing it