action-upload-diawi
action-upload-diawi copied to clipboard
📦 GitHub Action for uploading APK to Diawi
trafficstars
📦
action-upload-diawi
A GitHub Action for uploading APK to Diawi
Inputs
| Name | Type | Description |
|---|---|---|
token |
String | Diawi API access token |
file |
File | APK file to upload on Diawi |
password |
String | Protect your app with a password. It will be required to access the installation page |
recipients |
String | Email addresses Diawi will send the result to (up to 5 separated by commas for starter/premium/enterprise accounts, 1 for free accounts) |
wall_of_apps |
Boolean | Allow Diawi to display the app's icon on the wall of apps |
find_by_udid |
Boolean | Allow your testers to find the app on Diawi's mobile web app using their UDID (iOS only) |
installation_notifications |
Boolean | Receive notifications each time someone installs the app (only starter/premium/enterprise accounts) |
dry-run |
Boolean | Only parse the arguments without executing the upload |
comment |
String | Additional information to your users on this build: the comment will be displayed on the installation page |
Outputs
| Name | Type | Description |
|---|---|---|
url |
String | URL generated by Diawi |
qrcode |
String | QRCode generated by Diawi |
Environment Variables
The following are required as step.env keys
| Name | Description |
|---|---|
GITHUB_TOKEN |
GITHUB_TOKEN as provided by secrets |
DIAWI_TOKEN |
API token generated from Diawi |
Example
uses: rnkdsh/[email protected]
with:
token: ${{ secrets.DIAWI_TOKEN }}
file: ./example.apk