Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

ipa-update

ipa-update #82

Workflow file for this run

name: Remote IPA Update
on:
repository_dispatch:
types: [ipa-update]
jobs:
trigger-deploy:
uses: ./.github/workflows/deploy.yml
with:
ipa_url: ${{ github.event.client_payload.ipa_url }}
is_testflight: ${{ github.event.client_payload.is_testflight }}
release: true
secrets: inherit