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 }}