App Builder Setup

GitHub Actions Workflow

Step 1 / 4
4-Step Setup Guide

Build APKs from
any website

Configure your GitHub repo to auto-build Android APK files with one click.

1
Password
2
Download
3
File Path
4
YAML
Step 1 of 4
Copy your password
You need this password to access the APK builder. Tap the eye to reveal, then copy it.
10017790731
Keep this private — never share it publicly.
Step 2 of 4
Download project archive
Download the base project ZIP from Proton Drive. Extract it and push contents to your GitHub repo.
Step 3 of 4
Create workflow file
In your GitHub repo, create a new file at this exact path. The folder must exist first.
.github/workflows/
build-apk.yml
Step 4 of 4
Paste workflow YAML
Copy the full YAML and paste it as the entire content of your build-apk.yml file.
build-apk.yml

      
Scroll to read · tap button to copy all

Setup complete! 🎉

Your GitHub repository is now fully configured to build Android APKs automatically.

Password saved securely
Project archive downloaded
Workflow file path created
YAML workflow configured