From 8104328b5fc8ae54377dc0e319a997541909f998 Mon Sep 17 00:00:00 2001 From: DoveBoy <393366046@qq.com> Date: Sun, 14 Mar 2021 17:14:18 +0800 Subject: [PATCH] =?UTF-8?q?SCF=E5=A2=9E=E5=8A=A0=E4=BA=AC=E5=96=9C?= =?UTF-8?q?=E5=86=9C=E5=9C=BA=E9=80=9A=E7=9F=A5=E6=8E=A7=E5=88=B6secret=20?= =?UTF-8?q?SCF=E5=A2=9E=E5=8A=A0=E4=BA=AC=E5=96=9C=E5=86=9C=E5=9C=BA?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=8E=A7=E5=88=B6secret?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_tencent_scf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy_tencent_scf.yml b/.github/workflows/deploy_tencent_scf.yml index 53f97abf..a56ef74a 100644 --- a/.github/workflows/deploy_tencent_scf.yml +++ b/.github/workflows/deploy_tencent_scf.yml @@ -70,6 +70,7 @@ jobs: JDFACTORY_FORBID_ACCOUNT: ${{ secrets.JDFACTORY_FORBID_ACCOUNT}} CFD_NOTIFY_CONTROL: ${{ secrets.CFD_NOTIFY_CONTROL}} JD_JXD_EXCHANGE: ${{ secrets.JD_JXD_EXCHANGE}} + JXNC_NOTIFY_LEVEL: ${{ secrets.JXNC_NOTIFY_LEVEL}} steps: - name: Checkout @@ -154,6 +155,7 @@ jobs: if [ $JDFACTORY_FORBID_ACCOUNT ]; then sed -i "/variables/a\ JDFACTORY_FORBID_ACCOUNT: $JDFACTORY_FORBID_ACCOUNT" serverless.yml; fi; if [ $CFD_NOTIFY_CONTROL ]; then sed -i "/variables/a\ CFD_NOTIFY_CONTROL: $CFD_NOTIFY_CONTROL" serverless.yml; fi; if [ $JD_JXD_EXCHANGE ]; then sed -i "/variables/a\ JD_JXD_EXCHANGE: $JD_JXD_EXCHANGE" serverless.yml; fi; + if [ $JXNC_NOTIFY_LEVEL ]; then sed -i "/variables/a\ JXNC_NOTIFY_LEVEL: $JXNC_NOTIFY_LEVEL" serverless.yml; fi; cat serverless.yml env