Merge pull request #220 from quartiq/jordens-hitl
hardware in the loop testing
This commit is contained in:
commit
5ecb28fb05
|
@ -0,0 +1,18 @@
|
|||
name: HITL
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ hitl ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
cd:
|
||||
runs-on: ubuntu-latest
|
||||
environment: hitl
|
||||
steps:
|
||||
- uses: peter-evans/repository-dispatch@v1
|
||||
with:
|
||||
token: ${{ secrets.DISPATCH_PAT }}
|
||||
event-type: hitl
|
||||
repository: quartiq/hitl
|
||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
Loading…
Reference in New Issue