Skip to content

Commit

Permalink
ci: add dingtalk group 4 release notify
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Apr 28, 2024
1 parent c13bce8 commit 2b8d258
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,16 @@ jobs:
"text": "# [${{github.event.release.tag_name}}](${{github.event.release.html_url}}) released:\n${{github.event.release.body}}"
}
}
- name: Notify for the Dingtalk group 4
uses: zcong1993/actions-ding@master
with:
dingToken: ${{ secrets.DINGTALK_GROUP4_TOKEN }}
secret: ${{ secrets.DINGTALK_GROUP4_SIGN }}
body: |
{
"msgtype": "markdown",
"markdown": {
"title": "${{github.event.release.tag_name}} released",
"text": "# [${{github.event.release.tag_name}}](${{github.event.release.html_url}}) released:\n${{github.event.release.body}}"
}
}

0 comments on commit 2b8d258

Please sign in to comment.