minhchienwikipedia / deploygate-upload-app

Action to upload apps to DeployGate (Unofficial)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-action status

Upload an app to DeployGate

This action uploads an application file to DeployGate.

Inputs and Outpus

See action.yml of your version.

Example

Please make sure your workflow will run when a branch is pushed.

on:
  push or pull_request

Add this action to steps.

- name: Upload Deploygate
        uses: minhchienwikipedia/deploygate-upload-app@master
        with:
          app_owner_name: postpay
          api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
          app_file_path: file.ipa
          message: "Your note right here will show up on Deploygate"

About

Action to upload apps to DeployGate (Unofficial)

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 1.1%Language:Shell 0.3%