From 93b23ba3bf6a1af1201c3c6e557703c07e17dd81 Mon Sep 17 00:00:00 2001 From: davidvader Date: Thu, 16 Jan 2025 10:12:47 -0600 Subject: [PATCH] fix: internal ref --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index beeea10..3daa3f1 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ -# GitHub Enterprise PAT used to fetch from git.target.com +# GitHub Enterprise PAT used to fetch from an internal source GHE_PAT=ghp_1234567890abcdefghij -GHE_API_URL=https://git.target.com/api/v3 +GHE_API_URL=https://git.internal.com/api/v3 # GitHub PAT used to fetch from github.com GITHUB_PAT=ghp_1234567890abcdefghij \ No newline at end of file