test: fix docs test trigger
This commit is contained in:
parent
41edeb0cf8
commit
0f4cf15d58
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release_test.yml
vendored
3
.github/workflows/release_test.yml
vendored
|
|
@ -24,8 +24,9 @@ jobs:
|
|||
steps:
|
||||
- name: Trigger docs tests
|
||||
run: |
|
||||
curl -sS -X POST \
|
||||
curl -L -X POST \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
-H "Authorization: Bearer ${{ secrets.DOCS_REPO_PAT_TOKEN }}" \
|
||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||
https://api.github.com/repos/topoteretes/cognee-docs/dispatches \
|
||||
-d '{"event_type":"new-main-release","client_payload":{"caller_repo":"'"${GITHUB_REPOSITORY}"'"}}'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue