From e0f146b93765affe0e84aa963d37f73f20cf1b02 Mon Sep 17 00:00:00 2001 From: dsk-minchulahn Date: Wed, 16 Aug 2023 17:10:44 +0900 Subject: [PATCH] =?UTF-8?q?Dashboard=20-=20api=20url=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/settings.py b/dashboard/settings.py index baa944e..57d5d97 100644 --- a/dashboard/settings.py +++ b/dashboard/settings.py @@ -3,7 +3,7 @@ from git import Repo repo = Repo('.') file_path = './version.json' -api_url = 'https://api.github.com/repos/cloudmoa/sample-app/releases' +api_url = 'https://api.github.com/repos/cloudmoa/dsk-version-management/releases' github_token = os.environ.get('GITHUB_TOKEN') def get_datasaker():