Skip to content

Commit 1a430f0

Browse files
committed
Fixed dispatch to hil tests
1 parent 5866b4d commit 1a430f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,12 +560,12 @@ jobs:
560560
uses: codex-/return-dispatch@v1
561561
id: return_dispatch
562562
with:
563-
token: ${{ secrets.HIL_CORE_DISPATCH_TOKEN }} # Note this is NOT GITHUB_TOKEN but a PAT
563+
token: ${{ secrets.HIL_CORE_DISPATCH_TOKEN }} # Note this is NOT GITHUB_TOKEN but a PAT
564564
ref: main # or refs/heads/target_branch
565565
repo: depthai-core-hil-tests
566566
owner: luxonis
567567
workflow: regression_test.yml
568-
workflow_inputs: '{"commit": "${{ github.ref }}", "sha": "${{ github.sha }}", "parent_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"}'
568+
workflow_inputs: '{"commit": "${{ github.ref }}", "parent_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"}'
569569
workflow_timeout_seconds: 120 # Default: 300
570570

571571
- name: Release

0 commit comments

Comments
 (0)