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():