👷add dingtalk group5 notification (#1631)
This commit is contained in:
parent
d7e96a02ae
commit
1c2db55967
14
.github/workflows/release-notify.yml
vendored
14
.github/workflows/release-notify.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user