Skip to content

Commit 4f7db1b

Browse files
committed
rename videodb-helper to agent-toolkit
1 parent 0eb89f8 commit 4f7db1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Trigger Videodb Helper Update
1+
name: Trigger Agent Toolkit Update
22

33
on:
44
pull_request:
@@ -9,10 +9,10 @@ jobs:
99
if: ${{ github.event.pull_request.merged && github.event.pull_request.base.ref == 'main' }}
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Trigger VideoDB helper Update workflow via repository_dispatch
12+
- name: Trigger Agent Toolkit Update workflow via repository_dispatch
1313
run: |
1414
curl -X POST -H "Accept: application/vnd.github+json" \
15-
-H "Authorization: Bearer ${{ secrets.VIDEODB_HELPER_TOKEN}}" \
15+
-H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN}}" \
1616
-H "X-GitHub-Api-Version: 2022-11-28" \
17-
https://api.github.com/repos/videodb-db/videodb-helper/dispatches \
17+
https://api.github.com/repos/videodb-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)