We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f2d084 + 6df33bb commit 9600cdbCopy full SHA for 9600cdb
.github/workflows/trigger-agent-toolkit-update.yaml
@@ -14,5 +14,5 @@ jobs:
14
curl -X POST -H "Accept: application/vnd.github+json" \
15
-H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN}}" \
16
-H "X-GitHub-Api-Version: 2022-11-28" \
17
- https://api.github.com/repos/videodb-db/agent-toolkit/dispatches \
+ https://api.github.com/repos/video-db/agent-toolkit/dispatches \
18
-d '{"event_type": "sdk-pr-merged", "client_payload": {"pr_number": ${{ github.event.pull_request.number }}}}'
0 commit comments