capawesome-team/Capawesome Cloud Live Update Action for GitHub Actions

Deploy Live Updates with Capawesome Cloud.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
appIdThe Capawesome Cloud app ID.yes
androidEqThe exact Android version code (`versionCode`) that the bundle does not support.
androidMaxThe maximum Android version code (`versionCode`) that the bundle supports.
androidMinThe minimum Android version code (`versionCode`) that the bundle supports.
artifactTypeThe artifact type to deploy. Must be either `zip` or `manifest`. Defaults to `zip`. Used with cloud uploads only.
certificateThe name of the certificate to use for the cloud build. Triggers a cloud build.
channelThe channel(s) to deploy to, one per line or comma-separated. Deploying to multiple channels is supported for cloud builds only. Each channel is created automatically if it does not exist.
customPropertiesCustom properties to assign to the bundle, one `key=value` pair per line or comma-separated. Maximum of 10.
environmentThe name of the environment to use for the cloud build. Triggers a cloud build.
gitRefThe Git reference (branch, tag, or commit SHA) to associate with the bundle. For cloud builds, the reference that is built.
iosEqThe exact iOS bundle version (`CFBundleVersion`) that the bundle does not support.
iosMaxThe maximum iOS bundle version (`CFBundleVersion`) that the bundle supports.
iosMinThe minimum iOS bundle version (`CFBundleVersion`) that the bundle supports.
pathFor cloud uploads, the path to the bundle to upload (a folder or zip archive). For cloud builds, the path to the local source files. For self-hosted bundles, an optional zip archive used for code signing only.
privateKeyThe private key to sign the bundle with. Either a path to a `.pem` file or the key content. Used with cloud uploads and self-hosted bundles only.
rolloutPercentageThe percentage of devices to deploy the bundle to (0-100). Defaults to 100.
stackThe build stack to use for the cloud build (e.g. `macos-sequoia` or `macos-tahoe`). Triggers a cloud build.
urlFor self-hosted bundles, the URL of the bundle to register. For cloud builds, the URL of a zip archive to use as the build source.
variableFilePath to a `.env` file with environment variables for the cloud build. Triggers a cloud build.
variablesEnvironment variables for the cloud build, one `key=value` pair per line or comma-separated. Triggers a cloud build.
tokenThe Capawesome Cloud API token.yes

no outputs