From fa1f24f6bf68650e1a6e6ad88fbb5e6a40653cf4 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Mon, 24 Mar 2025 09:23:39 -0700 Subject: [PATCH] change submodules to https for non-ssh pulls --- .github/workflows/build-and-push-image.yaml | 1 + .gitmodules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index dd1a89f8..ad7c0af2 100644 --- a/.github/workflows/build-and-push-image.yaml +++ b/.github/workflows/build-and-push-image.yaml @@ -15,6 +15,7 @@ on: branches: ['master'] # master branch only. Do not modify. paths-ignore: - '**.md' + - '.gitmodules' - 'cloud-deployments/**/*' - 'images/**/*' - '.vscode/**/*' diff --git a/.gitmodules b/.gitmodules index 526045ba..0a491b42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "browser-extension"] path = browser-extension - url = git@github.com:Mintplex-Labs/anythingllm-extension.git + url = https://github.com/Mintplex-Labs/anythingllm-extension.git [submodule "embed"] path = embed - url = git@github.com:Mintplex-Labs/anythingllm-embed.git + url = https://github.com/Mintplex-Labs/anythingllm-embed.git branch = main