We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf316b commit 94b8612Copy full SHA for 94b8612
1 file changed
.github/workflows/deploy-auto.yml
@@ -45,7 +45,7 @@ jobs:
45
OSS_SECRET_KEY: ${{ secrets.OSS_SECRET_KEY }}
46
47
publish-npm:
48
- # needs: deploy-prod
+ needs: deploy-prod
49
runs-on: ubuntu-latest
50
steps:
51
- name: Checkout code
@@ -83,6 +83,7 @@ jobs:
83
uses: zcong1993/actions-ding@master
84
with:
85
dingToken: ${{ secrets.DING_TALK_TOKEN }}
86
+ secret: ${{ secrets.DING_TALK_SECRET }}
87
body: |
88
{
89
"msgtype": "markdown",
@@ -110,6 +111,7 @@ jobs:
110
111
112
113
114
115
116
117
0 commit comments