Skip to content

Commit

Permalink
feat: dingtalk group 6 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Nov 25, 2024
1 parent 05feb30 commit 492d2e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/release-changelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const {
DINGTALK_TOKEN_2,
DINGTALK_TOKEN_3,
DINGTALK_TOKEN_4,
DINGTALK_TOKEN_5
DINGTALK_TOKEN_5,
DINGTALK_TOKEN_6
} = process.env


Expand Down Expand Up @@ -49,7 +50,8 @@ async function releaseChangelogToDingTalk() {
DINGTALK_TOKEN_2,
DINGTALK_TOKEN_3,
DINGTALK_TOKEN_4,
DINGTALK_TOKEN_5
DINGTALK_TOKEN_5,
DINGTALK_TOKEN_6
]) {
await request
.post('https://oapi.dingtalk.com/robot/send')
Expand Down

0 comments on commit 492d2e3

Please sign in to comment.