Skip to content

Commit

Permalink
👷add dingtalk group5 notification (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos authored Aug 4, 2021
1 parent d404485 commit 55358cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

1 comment on commit 55358cc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for qiankun ready!

✅ Preview
https://qiankun-b5syucgcn-umijs.vercel.app

Built with commit 55358cc.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.