From dc52dfc46f382a12586587f50a6b154cfdb7da1f Mon Sep 17 00:00:00 2001 From: "raoha.rh" Date: Mon, 8 Apr 2024 19:24:09 +0800 Subject: [PATCH] chore: env -> secrets --- .github/workflows/aws-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-prod.yml b/.github/workflows/aws-prod.yml index 0ad729be..d43776c1 100644 --- a/.github/workflows/aws-prod.yml +++ b/.github/workflows/aws-prod.yml @@ -6,9 +6,9 @@ on: env: AWS_REGION: ap-northeast-1 - ECR_REPOSITORY: ${{ env.ECR_REPOSITORY }} + ECR_REPOSITORY: xuexiao ECR_REGISTRY: 654654285942.dkr.ecr.ap-northeast-1.amazonaws.com - ECS_CLUSTER: ${{ env.ECS_CLUSTER }} + ECS_CLUSTER: ${{ secrets.ECS_CLUSTER }} permissions: id-token: write # This is required for requesting the JWT