This repository demonstrates the integration of Bytesalt Runpad with GitHub Actions for an Android app.
- Generate CI client credentials by following the CI Integration guide.
- Store the generated credentials as GitHub secrets in your repository:
-
RUNPAD_CLIENT_ID
-
RUNPAD_CLIENT_SECRET
Refer to this Github documentation for detailed instructions.
- Check the .github/workflows/build-and-test.yaml file for a reference configuration. Update it with your own Runpad project ID and build configurations.