Skip to content

sact1909/diawiaction

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diawi application action distribute

This action allow to distribute your APK and IPA files throught Diawi

Inputs

api-key

Required The api key provided from Diawi.

file-route

Required The file route from the APK or IPA.

Example usage

uses: sact1909/diawiaction@v1
with:
  api-key: ${{API_KEY}}
  file-route: 'myapp/myapp.apk'

Deliver your app through email up to 5 accounts for starter/premium/enterprise Diawi accounts or just one for Free Accounts

Using Environment Variables, you just has to paste the accounts one below the other

uses: sact1909/diawiaction@v1
with:
  api-key: ${{API_KEY}}
  file-route: 'myapp/myapp.apk',
  emails-to-deliver: ${{EMAILS}}

Or just setting directly, but separated by commas

uses: sact1909/diawiaction@v1
with:
  api-key: ${{API_KEY}}
  file-route: 'myapp/myapp.apk',
  emails-to-deliver: 'example@contoso.com,example_two@contoso.com'

You can also set build comments

uses: sact1909/diawiaction@v1
with:
  api-key: ${{API_KEY}}
  file-route: 'myapp/myapp.apk',
  comment: 'This build is just a test'

Set a installation password to protect your files

uses: sact1909/diawiaction@v1
with:
  api-key: ${{API_KEY}}
  file-route: 'myapp/myapp.apk',
  installation-password: "this-is-a-password"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published