| base-url | Base URL for the Applivery API | no | https://api.applivery.io/v1/ |
| base-uploads-url | Base URL for the Applivery Uploads API | no | https://upload.applivery.io/v1/ |
| api-key | Applivery API Key (Scoped to your Application) | yes | — |
| build-path | Path to the .ipa|.apk|.aab file | yes | — |
| branch-name | Git Branch name to be monitored for the publication (Defaults to github.context.ref_name) | no | — |
| slug-name | Slug name for the publication (Optional, defaults to the branch name) | no | — |
| publication-password | Password for the publication (Optional, creates a public publication if not provided) | no | — |
| changelog | Changelog for the publication (Optional, defaults to the latest commit message) | no | — |
| tags | Comma separated tags for the build | no | — |
| skip-processing | Skip waiting for the build to be processed (Optional, defaults to false) | no | false |
| max-attempts | Maximum number of attempts to check the build status (Optional, defaults to 10) | no | 10 |
| wait-time | Time to wait (in seconds) between attempts to check the build status (Optional, defaults to 30 seconds) | no | 30 |