mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 16:14:12 +00:00
fix(ci): add missing environment variables for build
The build requires CONSENT_LOGGING_API_KEY and IP_ANONYMIZATION_PEPPER environment variables which were not set in CI workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
1f62563922
commit
00167756f5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue