Dashboard - api url 변경

This commit is contained in:
dsk-minchulahn
2023-08-16 17:10:44 +09:00
parent 47c2eb2f17
commit e0f146b937

View File

@@ -3,7 +3,7 @@ from git import Repo
repo = Repo('.') repo = Repo('.')
file_path = './version.json' 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') github_token = os.environ.get('GITHUB_TOKEN')
def get_datasaker(): def get_datasaker():