From 5024305909ff65ae20d6ab756a1363440b15686a Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Wed, 18 Feb 2026 08:29:35 +0100 Subject: [PATCH] chore: refactor ci pipeline --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f229dcb4..2e97e611 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -142,6 +142,7 @@ jobs: - name: Acceptance Testing env: TF_ACC: "1" + TF_ACC_SERVICE_ACCOUNT_FILE: "~/service_account.json" if: ${{ github.event_name == 'pull_request' }} run: make test-acceptance-tf