From 75063813fb48ea6922f7c624ab3c9f57a62777fd Mon Sep 17 00:00:00 2001 From: Matthias 't Jong Date: Sun, 17 May 2026 14:03:16 +0200 Subject: [PATCH] fix(ci): add VAULT_ENCRYPTION_KEY secret to test step Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c876fc..86968e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,3 +51,5 @@ jobs: - run: npm ci - run: npm test + env: + VAULT_ENCRYPTION_KEY: ${{ secrets.VAULT_ENCRYPTION_KEY }}