deploygate/DeployGate Upload
Upload your Android/iOS app to DeployGate for testing and distribution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for creating/updating PR comments | yes | ${{ github.token }} |
| enable_pr_comment | Whether to create/update PR comments with upload information | no | true |
| api_token | DeployGate API token for authentication. | yes | — |
| owner_name | Your DeployGate username or organization name where the app will be uploaded | yes | — |
| file_path | Path to your app's binary file (IPA for iOS, APK/AAB for Android). Must be a valid file path accessible to the action. | yes | — |
| message | Description of the uploaded file. This will be displayed on the DeployGate dashboard. | no | "" |
| distribution_key | Distribution page's hash identifier. Use this to update an existing distribution. | no | "" |
| distribution_name | Name for the distribution page. If a page with this name doesn't exist, it will be created. | no | "" |
| release_note | Release notes that will be displayed to users when they update the app. | no | "" |
| disable_notify | (iOS only) Set to "true" to disable push notification emails to testers when the app is updated. | no | false |
Outputs
| name | description |
|---|---|
| results | DeployGate Upload API response results containing app details, version information, and download URLs |