ionic-team/Trigger Mobile Builds with Appflow
GitHub Action for triggering Appflow builds.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A token used to authenticate with the Appflow Service. | yes | — |
| app-id | The Appflow App ID to trigger the build for. | yes | — |
| platform | The platform to build for (Web, iOS, Android) | yes | Web |
| build-type | The type of build to perform. iOS - (ad-hoc, app-store, development, enterprise) Android - (debug, release) | no | — |
| build-stack | The build stack to use for the build (macOS - 2020.06, Linux - 2020.06, etc.) | no | — |
| certificate | The name of the signing certificate to use for the build. | no | — |
| environment | The name of the environment to use for the build. | no | — |
| native-config | The name of the native config to use for the build. | no | — |
| destinations | A comma seperated list of destination names to trigger a deployment to on successful completion of build. | no | — |
| web-preview | If the platform is Web set this to [yes|no] to control whether a web preview is created for the build. | no | no |
| artifact-type | The build artifact type to download. APK | IPA | APP | ... | no | — |
| filename | The filename to use for the IPA/APK (iOS, Android) defaults to {{workflow_name}}-{{run_id}}.[apk|ipa] | no | — |
| upload-artifact | If this is set if any artifacts are created (APK/IPA) they will be uploaded as the name that is specified | no | — |
| artifact-retention-days | Set this to determine the number of days to retain the uploaded artifact [1-90](defaults to 90). | no | 90 |
Outputs
no outputs