Skip to content

Commit 94b8612

Browse files
author
niuweili
committed
debug dingtalk notify
1 parent abf316b commit 94b8612

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-auto.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
OSS_SECRET_KEY: ${{ secrets.OSS_SECRET_KEY }}
4646

4747
publish-npm:
48-
# needs: deploy-prod
48+
needs: deploy-prod
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout code
@@ -83,6 +83,7 @@ jobs:
8383
uses: zcong1993/actions-ding@master
8484
with:
8585
dingToken: ${{ secrets.DING_TALK_TOKEN }}
86+
secret: ${{ secrets.DING_TALK_SECRET }}
8687
body: |
8788
{
8889
"msgtype": "markdown",
@@ -110,6 +111,7 @@ jobs:
110111
uses: zcong1993/actions-ding@master
111112
with:
112113
dingToken: ${{ secrets.DING_TALK_TOKEN }}
114+
secret: ${{ secrets.DING_TALK_SECRET }}
113115
body: |
114116
{
115117
"msgtype": "markdown",

0 commit comments

Comments
 (0)