From d5775b9fa2ee75585509176bbfc1337c1de8e215 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Fri, 6 Oct 2023 19:17:08 -0700 Subject: [PATCH] Update lure-repo URL --- template.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.nomad b/template.nomad index bd66d80..06882d2 100644 --- a/template.nomad +++ b/template.nomad @@ -27,7 +27,7 @@ job "lure-updater" { env { GIT_REPO_DIR = "/etc/lure-updater/repo" - GIT_REPO_URL = "https://github.com/Elara6331/lure-repo.git" + GIT_REPO_URL = "https://github.com/lure-sh/lure-repo.git" GIT_CREDENTIALS_USERNAME = "lure-repo-bot" GIT_CREDENTIALS_PASSWORD = "${GITHUB_PASSWORD}" GIT_COMMIT_NAME = "lure-repo-bot"