Skip to content

Commit

Permalink
Update aws-costs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya-legit authored Nov 25, 2024
1 parent 345db15 commit 58221f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-costs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
AWS_SECRET: ${{ secrets.COST_AWS_SECRET_KEY }}
AWS_REGION: ${{ secrets.COST_AWS_REGION }}
SLACK_CHANNEL: ${{ secrets.SLACK_COST_CHANNEL }}
SLACK_TOKEN: 'xapp-1-A1B2C3D4E5-F6G7H8I9J0-KLMNOPQRSTUV-WXYZ12345678'
SLACK_TOKEN: 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

0 comments on commit 58221f8

Please sign in to comment.