emergetools/Emerge Upload
Github Action for uploading an artifact to Emerge. Should only used for iOS use cases.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact_path | Relative path from the location of the main workspace runner to the artifact generated in CI. | yes | — |
| emerge_api_key | Emerge API token used to access the Emerge API. You can generate an API key from your Profile page in the Emerge dashboard. [Learn more about generating an Emerge API key](https://docs.emergetools.com/docs/fastlane#obtain-an-api-key) Make sure to store this key using Github Action's encrypted secrets. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) | yes | — |
| build_type | The name for the build type (e.g. 'release', 'debug', 'beta') | no | — |
| app_id_suffix | The suffix for the app id (e.g. 'snapshots', 'debug', 'enterprise'), used to differentiate between different builds when uploading with the same SHA. | no | — |
Outputs
no outputs