From e340e00f6bf5dc63df7d8e7378598953fbac2d7d Mon Sep 17 00:00:00 2001 From: Lukas Holota Date: Thu, 10 Oct 2024 14:12:25 +0200 Subject: [PATCH] fix: CI fix --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97c28a9..942f355 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,3 @@ jobs: - name: Lint Ansible files run: yarn lint - - - name: Compare values across environments - run: yarn validate-values - env: - SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}