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 }}