fetchForgeReleases
Fetch public releases from GitHub, Codeberg, or GitLab, including APK assets, and optionally compute APK sha256 for pre-announce verification.
Instructions
Fetch latest public forge Release (GitHub/Codeberg/GitLab) and APK assets. Set hash:true to compute APK sha256 (slow; required before announce).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | No | If true, stream APK and return sha256 (can take up to ~120s) | |
| sourceUrl | Yes | Forge repository HTTPS URL (e.g. https://github.com/org/app) |