From cc06daf5809f60d77d350bfa25a98a4b1e2f3574 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 17 Apr 2026 08:49:25 +0200 Subject: [PATCH] fix(papermark): add SLACK_CLIENT_ID/SECRET placeholder env vars for build --- install/papermark-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/papermark-install.sh b/install/papermark-install.sh index 5a349271..b50a0795 100644 --- a/install/papermark-install.sh +++ b/install/papermark-install.sh @@ -34,6 +34,8 @@ NEXT_PUBLIC_WEBHOOK_BASE_HOST=webhooks.example.local HANKO_API_KEY=placeholder NEXT_PUBLIC_HANKO_TENANT_ID=placeholder QSTASH_TOKEN=placeholder +SLACK_CLIENT_ID=placeholder +SLACK_CLIENT_SECRET=placeholder NEXT_PRIVATE_DOCUMENT_PASSWORD_KEY=$(openssl rand -hex 32) NEXT_PRIVATE_VERIFICATION_SECRET=$(openssl rand -hex 32) NODE_ENV=production