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 9600cdb + f7f16e3 commit 84d1555Copy full SHA for 84d1555
.github/workflows/trigger-agent-toolkit-update.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Trigger Agent Toolkit Update workflow via repository_dispatch
13
run: |
14
curl -X POST -H "Accept: application/vnd.github+json" \
15
- -H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN}}" \
+ -H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN }}" \
16
-H "X-GitHub-Api-Version: 2022-11-28" \
17
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