Skip to content

Commit 6df33bb

Browse files
committed
update trigger agent-toolkit action
1 parent 4f7db1b commit 6df33bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-agent-toolkit-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
curl -X POST -H "Accept: application/vnd.github+json" \
1515
-H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN}}" \
1616
-H "X-GitHub-Api-Version: 2022-11-28" \
17-
https://api.github.com/repos/videodb-db/agent-toolkit/dispatches \
17+
https://api.github.com/repos/video-db/agent-toolkit/dispatches \
1818
-d '{"event_type": "sdk-pr-merged", "client_payload": {"pr_number": ${{ github.event.pull_request.number }}}}'

0 commit comments

Comments
 (0)