https://github.com/anbraten/aaps-builder
https://github.com/anbraten/aaps-builder
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anbraten/aaps-builder
- Owner: anbraten
- License: mit
- Created: 2025-01-10T20:39:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T13:26:04.000Z (8 months ago)
- Last Synced: 2025-02-23T14:23:57.957Z (8 months ago)
- Language: Vue
- Homepage: https://aaps-builder.vercel.app
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AAPS builder :wrench:
AAPS builder allows you to build [AAPS](https://github.com/nightscout/AndroidAPS) using Github Actions.
## Usage
1. Fork this repository
2. Go to your repository settings and add the following secrets:
- `GH_TOKEN`: Github token with access to your forked repository
- `SIGNING_KEY`: Base64 encoded signing key
- `SIGNING_KEY_PASSWORD`: Password for the signing key
- `SIGNING_KEY_ALIAS`: Alias for the signing key3. Run the build workflow
## TODO
- [ ] Simplify secret store setup / upload
- [ ] Enhance way to receive the build artifact without publicly storing it