From 1c2db5596788e1a9dbb05d1e48200315d7bad0f6 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Wed, 4 Aug 2021 13:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7add=20dingtalk=20group5=20notificat?= =?UTF-8?q?ion=20(#1631)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-notify.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/release-notify.yml b/.github/workflows/release-notify.yml index e6e995d..99a9ef2 100644 --- a/.github/workflows/release-notify.yml +++ b/.github/workflows/release-notify.yml @@ -64,6 +64,20 @@ jobs: } } + - name: Send DingGroup5 Notify + uses: zcong1993/actions-ding@master + with: + dingToken: ${{ secrets.DING_GROUP_5_TOKEN }} + secret: ${{ secrets.DING_GROUP_5_SIGN }} + body: | + { + "msgtype": "markdown", + "markdown": { + "title": "qiankun ${{github.event.release.tag_name}} 发布公告", + "text": "# qiankun [${{github.event.release.tag_name}}](${{github.event.release.html_url}}) 发布公告\n${{github.event.release.body}}", + } + } + - name: Send DingGroupInc Notify uses: zcong1993/actions-ding@master with: