appetizeio/Appetize Github Action
Github Action to facilitate interaction with the Appetize API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 23, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: appetizeio/github-action-appetize@ad90cd939d77bd5234ee5354ef7780e0bf4b7eaa # v1.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| apiHost | Alternative Appetize API host | no | https://api.appetize.io |
| apiToken | Appetize API token | yes | — |
| publicKey | The publicKey of the app to be updated; If no value is provided a new app will be created | no | — |
| platform | The platform targeted by the build, either ios or android | yes | — |
| appFile | The local path to the app file to upload; either this or appUrl must be provided | no | — |
| appUrl | The URL to the app file to upload; either this or appFile must be provided | no | — |
| fileType | The file type of the app file that will be uploaded; Must be zip, tar.gz or apk. Default is zip for iOS and apk for Android | no | — |
| note | A note for your own purposes that will appear on the management dashboard. | no | — |
| timeout | The number of seconds to wait until automatically ending the session due to user inactivity. Must be 30, 60, 120, 180, 300, 600, 1800, 3600, or 7200 | no | 120 |
| disabled | Whether or not streaming is disabled for this app. | no | — |
| disableHome | Whether or not the home button is disabled for this app. | no | — |
| useLastFrame | Whether or not the last image on the screen is shown after the session for the app ends. | no | — |
| buttonText | Customize the message prompting the user to start the session, default is "Tap to play" | no | — |
| postSessionButtonText | Customize the message prompting the user to restart the session, default is "Tap to play" | no | — |
| launchUrl | Specify a deeplink to bring your users to a specific location when your app is launched. | no | — |
Outputs
| name | description |
|---|---|
| publicKey | The public key of the app that was created or updated |