File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Trigger Videodb Helper Update
1+ name : Trigger Agent Toolkit Update
22
33on :
44 pull_request :
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 }}}}'
You can’t perform that action at this time.
0 commit comments