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 dc52dfc commit 25fdcd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
ECR_REPOSITORY: xuexiao
ECR_REGISTRY: 654654285942.dkr.ecr.ap-northeast-1.amazonaws.com
ECS_CLUSTER: ${{ secrets.ECS_CLUSTER }}
ECS_SERVICE: ${{ secrets.ECS_SERVICE }}

permissions:
id-token: write # This is required for requesting the JWT
Expand Down Expand Up @@ -80,7 +81,7 @@ jobs:
matrix:
include:
- name: "xuexiao"
service: "xuexiao"
service: ${{ env.ECS_SERVICE }}
task_definition: ".aws/task_definition.json"
container: "xuexiao"

Expand Down

0 comments on commit 25fdcd2

Please sign in to comment.