diff --git a/.github/workflows/release-sync.yml b/.github/workflows/release-sync.yml index e880a91377d8..0f8a9d0638dc 100644 --- a/.github/workflows/release-sync.yml +++ b/.github/workflows/release-sync.yml @@ -89,4 +89,15 @@ jobs: WORKFLOW_ID: "publish-kbcli-choco.yml" VERSION: "${{ needs.update-release-kbcli.outputs.release-version }}" APECD_REF: "v0.1.1" + secrets: inherit + + release-sealos: + needs: update-release-kbcli +# if: github.event.action== 'released' + uses: apecloud/apecloud-cd/.github/workflows/comment-issue.yml@v0.1.16 + with: + GITHUB_REPO: "${{ vars.SEALOS_ISSUE_REPO }}" + ISSUE_NUMBER: "${{ vars.SEALOS_ISSUE_NUMBER }}" + ISSUE_COMMENT_BODY: "/imagebuild_apps kubeblocks ${{ needs.update-release-kbcli.outputs.release-version }}" + APECD_REF: "v0.1.16" secrets: inherit \ No newline at end of file