From 35b7ed1b5cf0db0ac0a5a35aee9a8b00a88620d6 Mon Sep 17 00:00:00 2001 From: hugocasa Date: Mon, 7 Sep 2026 23:19:38 +0200 Subject: [PATCH] chore: run the deploy push and the connection test on the hub versions that read a stored credential Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01C1xHmkxuxYb1GYvth1BS75 --- backend/windmill-common/src/workspaces.rs | 2 +- frontend/src/lib/hubPaths.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/windmill-common/src/workspaces.rs b/backend/windmill-common/src/workspaces.rs index f01786f068..443c3b6b63 100644 --- a/backend/windmill-common/src/workspaces.rs +++ b/backend/windmill-common/src/workspaces.rs @@ -183,7 +183,7 @@ pub enum ObjectType { DatatableMigration, } -pub const LATEST_GIT_SYNC_SCRIPT_PATH: &str = "hub/28931/sync-script-to-git-repo-windmill"; +pub const LATEST_GIT_SYNC_SCRIPT_PATH: &str = "hub/28949/sync-script-to-git-repo-windmill"; /// Hub script that applies a repository's state back into a workspace /// (the repo → Windmill / "pull" direction). Same script the UI runs from diff --git a/frontend/src/lib/hubPaths.json b/frontend/src/lib/hubPaths.json index 51916f62f5..77c1f829ce 100644 --- a/frontend/src/lib/hubPaths.json +++ b/frontend/src/lib/hubPaths.json @@ -1,5 +1,5 @@ { - "gitSyncTest": "hub/28184/git-repo-test-read-write-windmill", + "gitSyncTest": "hub/28950/git-repo-test-read-write-windmill", "gitInitRepo": "hub/28948/git-sync-init-repository-windmill", "slackErrorHandler": "hub/28794/workspace-or-schedule-error-handler-slack", "emailErrorHandler": "hub/19795/workspace-or-error-handler-email",