Skip to content

Update Documentation #20

Update Documentation

Update Documentation #20

Workflow file for this run

name: Update Documentation
on:
release:
types: [published]
workflow_dispatch:
jobs:
triggerWorkflowDispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DOCS_REPO_ACCESS_TOKEN }}
repository: openhab/openhab-docs
event-type: update-openhab-google-assistant-docs-event
client-payload: '{"ref": "${{ github.ref }}"}'