2021-01-09 00:28:07 +08:00
|
|
|
name: HITL
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [ hitl ]
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
2021-01-09 02:04:59 +08:00
|
|
|
hitl:
|
2021-01-09 00:28:07 +08:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
environment: hitl
|
|
|
|
steps:
|
|
|
|
- uses: peter-evans/repository-dispatch@v1
|
|
|
|
with:
|
|
|
|
token: ${{ secrets.DISPATCH_PAT }}
|
2021-01-09 02:13:23 +08:00
|
|
|
event-type: stabilizer
|
2021-01-09 00:28:07 +08:00
|
|
|
repository: quartiq/hitl
|
|
|
|
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|