云函数移除失效的secret
This commit is contained in:
4
.github/workflows/deploy_tencent_scf.yml
vendored
4
.github/workflows/deploy_tencent_scf.yml
vendored
@ -78,8 +78,6 @@ jobs:
|
||||
if [ $SUPERMARKET_LOTTERY ]; then sed -i "/variables/a\ SUPERMARKET_LOTTERY: $SUPERMARKET_LOTTERY" serverless.yml; fi;
|
||||
if [ $FRUIT_BEAN_CARD ]; then sed -i "/variables/a\ FRUIT_BEAN_CARD: $FRUIT_BEAN_CARD" serverless.yml; fi;
|
||||
if [ $UN_SUBSCRIBES ]; then sed -i "/variables/a\ UN_SUBSCRIBES: $UN_SUBSCRIBES" serverless.yml; fi;
|
||||
if [ $UN_BIND_CARD_NUM ]; then sed -i "/variables/a\ UN_BIND_CARD_NUM: $UN_BIND_CARD_NUM" serverless.yml; fi;
|
||||
if [ $UN_BIND_STOP_CARD ]; then sed -i "/variables/a\ UN_BIND_STOP_CARD: $UN_BIND_STOP_CARD" serverless.yml; fi;
|
||||
if [ $JDJOY_HELPSELF ]; then sed -i "/variables/a\ JDJOY_HELPSELF: $JDJOY_HELPSELF" serverless.yml; fi;
|
||||
if [ $JDJOY_APPLYJDBEAN ]; then sed -i "/variables/a\ JDJOY_APPLYJDBEAN: $JDJOY_APPLYJDBEAN" serverless.yml; fi;
|
||||
if [ $BUY_JOY_LEVEL ]; then sed -i "/variables/a\ BUY_JOY_LEVEL: $BUY_JOY_LEVEL" serverless.yml; fi;
|
||||
@ -143,8 +141,6 @@ jobs:
|
||||
SUPERMARKET_LOTTERY: ${{ secrets.SUPERMARKET_LOTTERY}}
|
||||
FRUIT_BEAN_CARD: ${{ secrets.FRUIT_BEAN_CARD}}
|
||||
UN_SUBSCRIBES: ${{ secrets.UN_SUBSCRIBES}}
|
||||
UN_BIND_CARD_NUM: ${{ secrets.UN_BIND_CARD_NUM}}
|
||||
UN_BIND_STOP_CARD: ${{ secrets.UN_BIND_STOP_CARD}}
|
||||
JDJOY_HELPSELF: ${{ secrets.JDJOY_HELPSELF}}
|
||||
JDJOY_APPLYJDBEAN: ${{ secrets.JDJOY_APPLYJDBEAN}}
|
||||
BUY_JOY_LEVEL: ${{ secrets.BUY_JOY_LEVEL}}
|
||||
|
Reference in New Issue
Block a user