Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun committed Mar 26, 2024
1 parent b329d27 commit ec8cbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
env:
ECR_REGION: us-east-1
ECR_REPO: public.ecr.aws/k9v9d5v2
CHART_NAME: kube-prometheus-stack
# CHART_NAME: kube-prometheus-stack

steps:
- uses: actions/checkout@v2

- name: AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: ${{ env.AWS_REGION }}
aws-region: ${{ env.ECR_REGION }}
aws-access-key-id: ${{ secrets.AWS_DEV_ACCESS_ID }}
aws-secret-access-key: ${{ secrets.AWS_DEV_SECRET_ID }}

Expand Down

0 comments on commit ec8cbe6

Please sign in to comment.