From d44d71ae8096b479d37fc45e5074a406b54e6050 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Fri, 23 Apr 2021 18:02:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A2=20add=20fourth=20ding=20group=20no?= =?UTF-8?q?tification=20(#1413)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-notify.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-notify.yml b/.github/workflows/release-notify.yml index e260783..451f4b0 100644 --- a/.github/workflows/release-notify.yml +++ b/.github/workflows/release-notify.yml @@ -35,7 +35,7 @@ jobs: "text": "# qiankun [${{github.event.release.tag_name}}](${{github.event.release.html_url}}) 发布公告\n${{github.event.release.body}}", } } - + - name: Send DingGroup3 Notify uses: zcong1993/actions-ding@master with: @@ -50,6 +50,20 @@ jobs: } } + - name: Send DingGroup4 Notify + uses: zcong1993/actions-ding@master + with: + dingToken: ${{ secrets.DING_GROUP_4_TOKEN }} + secret: ${{ secrets.DING_GROUP_4_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: