Skip to content

Update cancel-ci-draft-pr.yml #239

Update cancel-ci-draft-pr.yml

Update cancel-ci-draft-pr.yml #239

name: Trigger Documentation
on:
push:
branches:
- 'master'
jobs:
docs:
name: "Trigger"
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.BOT_TRIGGER_ROBOTOLOGY_DOCUMENTATION }}
repository: robotology/robotology-documentation
event-type: build_documentation
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'