Skip to content

Commit

Permalink
chore: auto comment to sealos
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Aug 23, 2023
1 parent 86e4f88 commit 77d89ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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

0 comments on commit 77d89ad

Please sign in to comment.