Skip to content

Commit

Permalink
chore: env -> secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Apr 8, 2024
1 parent ac1fb86 commit dc52dfc
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 dc52dfc

Please sign in to comment.