Skip to content

Commit b475e70

Browse files
wip
1 parent 2d385a1 commit b475e70

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

.github/workflows/nbgl_tests.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,32 @@ jobs:
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
1717
steps:
18-
- name: Trigger the workflow in the target repository
18+
19+
- name: Trigger the workflow in the target repository1
1920
run: |
2021
gh api -X POST \
2122
-H "Accept: application/vnd.github.v3+json" \
22-
/repos/LedgerHQ/app-nbgl-tests/dispatches \
23+
/repos/LedgerHQ/ledger-secure-sdk/dispatches \
2324
-f event_type=trigger-workflow \
2425
-f client_payload='{"inputs":{"golden_run":"Open a PR"}}'
2526
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"}}'
2642
2743
- name: Trigger the NBGL tests
28-
env:
29-
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
3044
run: |
3145
curl -X POST \
3246
-H "Accept: application/vnd.github.v3+json" \

0 commit comments

Comments
 (0)