ci_trigger_build
Start an iOS build on GitHub Actions for a given repository and ref, returning the run ID.
Instructions
Start an iOS build on GitHub Actions. Builds what is pushed to ref (default branch). Returns the run id.
signed-ipa needs signing secrets (signing_quick_setup); testflight=true also needs ASC secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| repo | No | ||
| build_name | No | ||
| build_type | No | unsigned-ipa | |
| testflight | No | ||
| build_number | No | ||
| project_path | No | ||
| export_method | No | app-store-connect |