From d00507ef579bbb7d751b058f5aacaf18f0731eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85kesson=20Karl-Petter?= Date: Thu, 19 Dec 2024 12:03:52 +0100 Subject: [PATCH] CONFIG_REPO does not exists, change to correct ADMIN_REPO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3137a37..e86b5135 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,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).