Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/notify-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v4
# v4 currently sends a mismatched Content-Length for this payload on
# GitHub-hosted runners. Keep the last verified release until upstream
# resolves the regression.
- 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 }}"}'
client-payload: '{"repo": "${{ github.repository }}", "sha": "${{ github.sha }}"}'