appetizeio/Appetize Github Action

Github Action to facilitate interaction with the Appetize API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 23, 2025
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: appetizeio/github-action-appetize@ad90cd939d77bd5234ee5354ef7780e0bf4b7eaa # v1.0.5

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
apiHostAlternative Appetize API hostnohttps://api.appetize.io
apiTokenAppetize API tokenyes
publicKeyThe publicKey of the app to be updated; If no value is provided a new app will be createdno
platformThe platform targeted by the build, either ios or androidyes
appFileThe local path to the app file to upload; either this or appUrl must be providedno
appUrlThe URL to the app file to upload; either this or appFile must be providedno
fileTypeThe 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 Androidno
noteA note for your own purposes that will appear on the management dashboard.no
timeoutThe 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 7200no120
disabledWhether or not streaming is disabled for this app.no
disableHomeWhether or not the home button is disabled for this app.no
useLastFrameWhether or not the last image on the screen is shown after the session for the app ends.no
buttonTextCustomize the message prompting the user to start the session, default is "Tap to play"no
postSessionButtonTextCustomize the message prompting the user to restart the session, default is "Tap to play"no
launchUrlSpecify a deeplink to bring your users to a specific location when your app is launched.no
namedescription
publicKeyThe public key of the app that was created or updated