Skip to content

Commit 82b031b

Browse files
Merge pull request #716 from BranchMetrics/cordova-ci-cd-automation
Create automation-trigger-test.yml
2 parents b1f8a38 + 63c2762 commit 82b031b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#on: [push]
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/github-script@v6
10+
with:
11+
github-token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
12+
script: |
13+
await github.rest.actions.createWorkflowDispatch({
14+
owner: 'BranchMetrics',
15+
repo: 'qentelli-saas-sdk-cordova-testing-automation',
16+
workflow_id: 'cordova-manual.yml',
17+
ref: 'master'
18+
})

0 commit comments

Comments
 (0)