Browse Source

fix: remove unused secret (#5391)

* fix: remove unused secret

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* fix: add missing terraform binary

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

---------

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 8 months ago
parent
commit
313f93b619
2 changed files with 2 additions and 1 deletions
  1. 2 0
      .github/actions/e2e-managed/action.yml
  2. 0 1
      .github/workflows/e2e-managed.yml

+ 2 - 0
.github/actions/e2e-managed/action.yml

@@ -63,6 +63,8 @@ runs:
         key: ${{ runner.os }}-pkg-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
         restore-keys: ${{ runner.os }}-pkg-${{ github.sha }}-
 
+    - uses: hashicorp/setup-terraform@v3
+
     - name: Setup TFLint
       uses: terraform-linters/setup-tflint@v2
       with:

+ 0 - 1
.github/workflows/e2e-managed.yml

@@ -44,7 +44,6 @@ env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
   GITHUB_PR_NUMBER: ${{ github.event.client_payload.pull_request.number }}
   CLOUD_PROVIDER: ${{ github.event.client_payload.slash_command.args.named.provider }}
-  INFRACOST_API_KEY: ${{ secrets.INFRACOST_API_KEY }}
 
 name: managed e2e tests