Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 826 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 826 Bytes

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