Skip to content

docs(evidence): rebind published evidence to Flow 1.27.1 #336

docs(evidence): rebind published evidence to Flow 1.27.1

docs(evidence): rebind published evidence to Flow 1.27.1 #336

Workflow file for this run

name: Notify docs
on:
push:
branches: [main]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
with:
token: ${{ secrets.DOCS_DISPATCH_TOKEN }}
repository: OpenAdaptAI/openadapt-maintenance
event-type: repo-updated
client-payload: '{"repo": "${{ github.repository }}", "sha": "${{ github.sha }}"}'