From 243f34e40be604d0c84f405a971171ddc385c230 Mon Sep 17 00:00:00 2001 From: evie-tao Date: Tue, 25 Feb 2025 15:11:48 +0800 Subject: [PATCH] Add username and password credentials --- containers/web_only.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/web_only.yml b/containers/web_only.yml index 10d5c24..6aeb26a 100644 --- a/containers/web_only.yml +++ b/containers/web_only.yml @@ -100,7 +100,7 @@ hooks: cmd: - mkdir -p plugins - git clone https://github.com/discourse/docker_manager.git - - git clone https://github.com/opensourceways/discourse-easecheck.git + - git clone https://GIT_USERNAME:GIT_PASSWORD@github.com/opensourceways/discourse-easecheck.git - git clone https://github.com/opensourceways/discourse-oauth2-basic.git - git clone https://github.com/opensourceways/discourse-formatting-toolbar.git - git clone https://github.com/opensourceways/discourse-translator.git