Skip to content

Tighten v1 config, bindings, and handler typing (#1362) #139

Tighten v1 config, bindings, and handler typing (#1362)

Tighten v1 config, bindings, and handler typing (#1362) #139

Workflow file for this run

name: Sync Docs to Public Docs
on:
push:
branches:
- main
paths:
- 'docs/**'
workflow_dispatch:
jobs:
trigger-docs-sync:
runs-on: ubuntu-latest
steps:
- name: Trigger public-docs workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DOCS_SYNC_PAT }}
repository: PrimeIntellect-ai/public-docs
event-type: docs-updated
client-payload: '{"repo": "verifiers", "ref": "${{ github.sha }}"}'