Skip to content

AndF111111/dg-delete-distribution-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delete a distribution from DeployGate

This action deletes a distribution from DeployGate on branch-delete. (Not official action of DeployGate.)

Versions

See Releases page.

Inputs and Outpus

See action.yml of your version.

Example

Please make sure your workflow will run when a ref is deleted.

on:
  delete

Add this action to steps.

uses: jmatsu/dg-delete-distribution-action@<version>
  with:
    app_owner_name: <your DeployGate account/organization name>
    platform: <android|ios>
    app_id: <package name|bundle identifier>
    api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }} # for example

For more detail, please read action.yml and workflow examples

License

MIT License

About

Delete a distribution from DeployGate

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 86.5%
  • Dockerfile 7.1%
  • JavaScript 6.4%