diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9255c69..df90828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,6 +159,8 @@ jobs: DATABASE_URI: postgresql://placeholder:placeholder@localhost:5432/placeholder NEXT_PUBLIC_SERVER_URL: https://build.example.com PAYLOAD_PUBLIC_SERVER_URL: https://build.example.com + CONSENT_LOGGING_API_KEY: ci-consent-api-key-placeholder + IP_ANONYMIZATION_PEPPER: ci-anonymization-pepper-placeholder - name: Verify build output run: | @@ -220,6 +222,8 @@ jobs: NEXT_PUBLIC_SERVER_URL: http://localhost:3001 PAYLOAD_PUBLIC_SERVER_URL: http://localhost:3001 EMAIL_DELIVERY_DISABLED: 'true' + CONSENT_LOGGING_API_KEY: ci-consent-api-key-placeholder + IP_ANONYMIZATION_PEPPER: ci-anonymization-pepper-placeholder - name: Upload Playwright report if: always()