From ef17cacf3a5b02577d82fd7a36988cd677281829 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 7 Jul 2026 02:15:42 +0000 Subject: [PATCH 1/2] Initial plan From c9d584e3fa03431744b68346e45374c983746885 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 7 Jul 2026 02:17:30 +0000 Subject: [PATCH 2/2] Fix release workflow dispatch payload --- .github/workflows/release.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b497df..f58614d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,13 @@ jobs: env: GH_TOKEN: ${{ secrets.DOCS_DISPATCH_TOKEN }} run: | - gh api repos/gormaniac/cloud-infra/dispatches \ - -f event_type=doc-release \ - -F 'client_payload[ref]='{"tag": "${{ github.ref_name }}", "repository": "${{ github.repository }}", "github_sha": "${{ github.sha }}"}' + gh api repos/gormaniac/cloud-infra/dispatches --input - <