From 8c0b7634d06c21a964f850021daf04b77b20b88c Mon Sep 17 00:00:00 2001
From: Dylan Wheeler <dwheeler@Dylans-MacBook-Pro.local>
Date: Wed, 8 Jan 2025 15:03:25 -0600
Subject: [PATCH] added small readme file to explain the required config file

---
 scripts/README.md | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 scripts/README.md

diff --git a/scripts/README.md b/scripts/README.md
new file mode 100644
index 0000000..d2a885e
--- /dev/null
+++ b/scripts/README.md
@@ -0,0 +1,7 @@
+You will need to create a config.json file in the scripts directory containing the following fields:
+
+    {
+            access_token - this will be your personal access token as a string
+        from_project_id - this will be the project id you are copying from
+        to_project_id - this will be the project id that you are copying to
+    }
\ No newline at end of file
-- 
GitLab