From 24dc0c8d0a5cc9b2e2c62d91dc6c4abc955aa8f3 Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Fri, 22 Sep 2023 09:54:23 +0100 Subject: [PATCH] Remove infracost step --- .github/workflows/pipeline.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9ca0312..cb4f3ee 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -55,9 +55,3 @@ jobs: - name: Terraform Plan (Mock) run: terraform plan working-directory: ${{ matrix.dir }} - - name: Setup Infracost - uses: infracost/actions/setup@v2 - with: - api-key: ${{ secrets.INFRACOST_API_KEY }} - - name: Generate Infracost cost estimate - run: infracost breakdown --path ${{ matrix.dir }}