From 65702e2ae7f532fdf6e6aaadac76c9753a187a53 Mon Sep 17 00:00:00 2001 From: anonymous Date: Mon, 25 Jan 2021 11:15:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= 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, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_tencent_scf.yml b/.github/workflows/deploy_tencent_scf.yml index 1e428b09..8b0b1016 100644 --- a/.github/workflows/deploy_tencent_scf.yml +++ b/.github/workflows/deploy_tencent_scf.yml @@ -166,5 +166,5 @@ jobs: SERVERLESS_PLATFORM_VENDOR: tencent TENCENT_SECRET_ID: ${{ secrets.TENCENT_SECRET_ID }} TENCENT_SECRET_KEY: ${{ secrets.TENCENT_SECRET_KEY }} - TENCENT_REGION: ${{ secrets.TENCENT_REGION }} + TENCENT_REGION: ${{ secrets.SCF_REGION }} TENCENT_FUNCTION_NAME: ${{ secrets.TENCENT_FUNCTION_NAME }}