Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Nov 13, 2024
1 parent 12a8f55 commit 2d385a1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/nbgl_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,19 @@ on:

jobs:
run_NBGL_tests:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
steps:
- name: Trigger the workflow in the target repository
run: |
gh api -X POST \
-H "Accept: application/vnd.github.v3+json" \
/repos/LedgerHQ/app-nbgl-tests/dispatches \
-f event_type=trigger-workflow \
-f client_payload='{"inputs":{"golden_run":"Open a PR"}}'

- name: Trigger the NBGL tests
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
Expand Down

0 comments on commit 2d385a1

Please sign in to comment.