File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,32 @@ jobs:
15
15
env :
16
16
GITHUB_TOKEN : ${{ secrets.CI_BOT_TOKEN }}
17
17
steps :
18
- - name : Trigger the workflow in the target repository
18
+
19
+ - name : Trigger the workflow in the target repository1
19
20
run : |
20
21
gh api -X POST \
21
22
-H "Accept: application/vnd.github.v3+json" \
22
- /repos/LedgerHQ/app-nbgl-tests /dispatches \
23
+ /repos/LedgerHQ/ledger-secure-sdk /dispatches \
23
24
-f event_type=trigger-workflow \
24
25
-f client_payload='{"inputs":{"golden_run":"Open a PR"}}'
25
26
27
+ - name : Trigger the workflow in the target repository21
28
+ run : |
29
+ gh api -X POST \
30
+ -H "Accept: application/vnd.github.v3+json" \
31
+ /repos/LedgerHQ/app-ethereum/dispatches \
32
+ -f event_type=trigger-workflow \
33
+ -f client_payload='{"inputs":{"golden_run":"Open a PR"}}'
34
+
35
+ - name : Trigger the workflow in the target repository2
36
+ run : |
37
+ gh api -X POST \
38
+ -H "Accept: application/vnd.github.v3+json" \
39
+ /repos/LedgerHQ/app-nbgl-tests/dispatches \
40
+ -f event_type=trigger-workflow \
41
+ -f client_payload='{"inputs":{"golden_run":"Open a PR"}}'
26
42
27
43
- name : Trigger the NBGL tests
28
- env :
29
- GITHUB_TOKEN : ${{ secrets.CI_BOT_TOKEN }}
30
44
run : |
31
45
curl -X POST \
32
46
-H "Accept: application/vnd.github.v3+json" \
You can’t perform that action at this time.
0 commit comments