Dashboard - api url 변경
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user