Skip to content

Commit a2e9cda

Browse files
authored
Create main.yml
1 parent 2d3f889 commit a2e9cda

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Trigger JS Login Form Test Runner
2+
3+
on:
4+
pull_request_target:
5+
branches: ["main"]
6+
7+
jobs:
8+
js_login_form_test_runner:
9+
uses: developer-job-simulation/javascript-login-form-tests/.github/workflows/main.yml@main
10+
with:
11+
pr_number: ${{ github.event.pull_request.number }}
12+
head_sha: ${{ github.event.pull_request.head.sha }}
13+
secrets:
14+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)