Skip to content

Commit

Permalink
MBX-0000 ASD
Browse files Browse the repository at this point in the history
  • Loading branch information
Akylbek Utekeshev committed Nov 2, 2023
1 parent 9b5c6c6 commit 1270adf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trigger build test
name: Trigger build test2

on:
push:
Expand All @@ -10,9 +10,10 @@ jobs:
runs-on: macos-13

steps:
- name: Trigger build workflow in ios-app
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.CHILD_TOKEN }}
workflow: connected_publish_workflow.yml
repo: your-ios-app-repo
- 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 }}

0 comments on commit 1270adf

Please sign in to comment.