From 2ce01369891bd4b08d0c93632739e91530589e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl-Petter=20=C3=85kesson?= Date: Thu, 2 Jan 2025 18:00:51 +0100 Subject: [PATCH] CONFIG_REPO does not exists, change to correct ADMIN_REPO (#716) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ã…kesson Karl-Petter Co-authored-by: Yadhav Jayaraman <57544838+decyjphr@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe724a2..49a5cee4 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ You can pass environment variables; the easiest way to do it is via a `.env` fil ## How to use -1. Create an `admin` repo (or an alternative of your choosing) within your organization. Remember to set `CONFIG_REPO` if you choose something other than `admin`. See [Environment variables](#environment-variables) for more details. +1. Create an `admin` repo (or an alternative of your choosing) within your organization. Remember to set `ADMIN_REPO` if you choose something other than `admin`. See [Environment variables](#environment-variables) for more details. 2. Add the settings for the `org`, `suborgs`, and `repos`. Sample files can be found [here](docs/sample-settings).