👷 add ding group3 notification

This commit is contained in:
Kuitos 2021-02-01 18:12:04 +08:00 committed by GitHub
parent ea7e9a7b1b
commit 0eac9146f0

View File

@ -36,6 +36,20 @@ jobs:
} }
} }
- name: Send DingGroup3 Notify
uses: zcong1993/actions-ding@master
with:
dingToken: ${{ secrets.DING_GROUP_3_TOKEN }}
secret: ${{ secrets.DING_GROUP_3_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 - name: Send DingGroupInc Notify
uses: zcong1993/actions-ding@master uses: zcong1993/actions-ding@master
with: with: