From 5c1c099460f75a6107995a0f146f37e71459667c Mon Sep 17 00:00:00 2001 From: Hoan Nguyen <30310605+hoancs@users.noreply.github.com> Date: Sat, 9 Nov 2024 18:37:52 +1100 Subject: [PATCH] Update aws-costs.yml --- .github/workflows/aws-costs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-costs.yml b/.github/workflows/aws-costs.yml index 649f96207854..2e71f82fe73e 100644 --- a/.github/workflows/aws-costs.yml +++ b/.github/workflows/aws-costs.yml @@ -18,4 +18,4 @@ jobs: SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }} run: | npm install -g aws-cost-cli - aws-cost -k $AWS_KEY -s $AWS_SECRET -r $AWS_REGION -S $SLACK_TOKEN -C $SLACK_CHANNEL + #aws-cost -k $AWS_KEY -s $AWS_SECRET -r $AWS_REGION -S $SLACK_TOKEN -C $SLACK_CHANNEL