From a263d53a667365a33601011acc4e493c04687845 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Sat, 11 Nov 2023 17:45:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20update=20github=20actions=20work?= =?UTF-8?q?flow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67e8cb6..de5c7fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,5 +77,6 @@ jobs: - run: go mod download - env: TF_ACC: "1" + MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_CONFIG_BASE64 }} run: go test -v -cover ./internal/provider/ timeout-minutes: 10