diff --git a/.github/workflows/hitl.yml b/.github/workflows/hitl.yml new file mode 100644 index 0000000..8e7caed --- /dev/null +++ b/.github/workflows/hitl.yml @@ -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 }}"}'