From b09367560ea5a985441661df2197dbdd27958197 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Fri, 6 Oct 2023 14:27:03 +1300 Subject: [PATCH] ci: remove duplicate env variables --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 085402b3..a1e13712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,4 @@ jobs: PGPASSWORD: postgres PGHOST: localhost RAILS_SECRET_KEY_BASE: "placeholder" - ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY: "placeholder" - ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY: "placeholder" - ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT: "placeholder" run: ./ci/bin/build-and-test