Skip to content

1.2.0

1.2.0 #4

Workflow file for this run

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