From 9b41da295458bf888c58d6f89bc0c7421363d7ad Mon Sep 17 00:00:00 2001 From: Ravi Srinivasan Date: Fri, 12 Jul 2024 06:57:56 +0530 Subject: [PATCH] minor bug fix for github URL env var --- modules/chapter2/pages/git-auth.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chapter2/pages/git-auth.adoc b/modules/chapter2/pages/git-auth.adoc index b7cdef7..a7858cc 100644 --- a/modules/chapter2/pages/git-auth.adoc +++ b/modules/chapter2/pages/git-auth.adoc @@ -173,7 +173,7 @@ app-config-rhdh.yaml: | timeout: minutes: 15 githubOrg: - githubUrl: "${GITHUB_URL}" + githubUrl: "${GITHUB_HOST_DOMAIN}" orgs: [ "${GITHUB_ORGANIZATION}" ] schedule: <2> frequency: