Skip to content

Commit

Permalink
Update env to use github environment
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Oct 11, 2024
1 parent 63727a4 commit 47bec80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
branches: [master, sina/risk-dashboard-monorepo-update] # Temporarily allow this branch run the workflow

env:
ECR_REPO_URI: 875427118836.dkr.ecr.eu-west-1.amazonaws.com/v2-risk-dashboard
EKS_CLUSTER_NAME: drift-prod-cluster
K8S_ADMIN_ROLE_ARN: arn:aws:iam::875427118836:role/k8sAdmin
ECR_REPO_URI: ${{ secrets.ECR_REPO_URI }}
EKS_CLUSTER_NAME: ${{ secrets.EKS_CLUSTER_NAME }}
K8S_ADMIN_ROLE_ARN: ${{ secrets.K8S_ADMIN_ROLE_ARN }}

jobs:
build-frontend:
Expand Down

0 comments on commit 47bec80

Please sign in to comment.