Skip to content

Commit 63c2762

Browse files
authored
Create automation-trigger-test.yml
Cordova CI/CD Automation trigger file created
1 parent 1d7f99a commit 63c2762

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)