From 44a9adcea1fef8661c4bc97607c061d4d8ab3f29 Mon Sep 17 00:00:00 2001 From: claude Date: Tue, 23 Jun 2026 20:31:23 +0000 Subject: [PATCH] ci: add OVERLEAF_ENABLE_GIT_SYNC to test deployment env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The flag was added to the prod k8s manifest but missing from the inline deployment spec in the test workflow — causing the Integrations tab to stay hidden in the test environment. Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/deploy-verso.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy-verso.yml b/.gitea/workflows/deploy-verso.yml index 2e1417dfcc..b85119244b 100644 --- a/.gitea/workflows/deploy-verso.yml +++ b/.gitea/workflows/deploy-verso.yml @@ -304,6 +304,8 @@ jobs: value: "true" - name: OVERLEAF_LATEX_SHELL_ESCAPE value: "true" + - name: OVERLEAF_ENABLE_GIT_SYNC + value: "true" --- apiVersion: v1 kind: Service