Skip to content

Merge pull request #3 from aimlapi/sdk-upstream-sync-2026-08-21 #2

Merge pull request #3 from aimlapi/sdk-upstream-sync-2026-08-21

Merge pull request #3 from aimlapi/sdk-upstream-sync-2026-08-21 #2

Workflow file for this run

---
name: Dispatch to docs repo
on:
push:
branches:
- main
paths:
- openhands-agent-server/**
workflow_dispatch:
jobs:
dispatch:
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- name: Trigger docs repo sync
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4
with:
token: ${{ secrets.OPENHANDS_BOT_GITHUB_PAT_PUBLIC }}
repository: OpenHands/docs
event-type: update
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'