From 38707412b39bb1d01820347d8007258568be87d1 Mon Sep 17 00:00:00 2001 From: Jonathan Perret Date: Wed, 10 Sep 2025 15:24:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(secrets)=20change=20secrets=20subm?= =?UTF-8?q?odule=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since the oidcfer repo moved to a different organization the relative path to the secrets submodule needs to change. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0846cc2..cb96d19 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "secrets"] path = secrets - url = ../secrets + url = ../../numerique-gouv/secrets