diff --git a/.github/workflows/trigger-agent-toolkit-update.yaml b/.github/workflows/trigger-agent-toolkit-update.yaml index 9d79788..2cf3f7b 100644 --- a/.github/workflows/trigger-agent-toolkit-update.yaml +++ b/.github/workflows/trigger-agent-toolkit-update.yaml @@ -12,7 +12,7 @@ jobs: - name: Trigger Agent Toolkit Update workflow via repository_dispatch run: | curl -X POST -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN}}" \ + -H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/video-db/agent-toolkit/dispatches \ -d '{"event_type": "sdk-pr-merged", "client_payload": {"pr_number": ${{ github.event.pull_request.number }}}}' \ No newline at end of file