Skip to content

MBX-0000 ASD

MBX-0000 ASD #11

Workflow file for this run

name: Trigger build test2
on:
push:
branches:
- 'testing'
jobs:
trigger:
runs-on: macos-13
steps:
- name: Trigger build workflow in ios-app
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.PAT_IOS_APP }}
workflow: connected_publish_workflow.yml
repo: mindbox-cloud/ios-app
ref: ${{ github.ref }}
inputs: '{"branch": "${{ github.ref_name }}"}'