Skip to content

Commit

Permalink
Merge pull request #69 from ant-xuexiao/chore/update-concurrency-depl…
Browse files Browse the repository at this point in the history
…oyment-config

chore: env -> secrets
  • Loading branch information
RaoHai authored Apr 8, 2024
2 parents 459df0b + dc52dfc commit 3aa563c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3aa563c

Please sign in to comment.