Fix workflow py script
This commit is contained in:
parent
c167c14e53
commit
dc76d2c924
@ -7,7 +7,7 @@ REPOS = {
|
|||||||
"dev-tools": "https://git.dvirlabs.com/dvirlabs/dev-tools.git",
|
"dev-tools": "https://git.dvirlabs.com/dvirlabs/dev-tools.git",
|
||||||
"infra": "https://git.dvirlabs.com/dvirlabs/infra.git"
|
"infra": "https://git.dvirlabs.com/dvirlabs/infra.git"
|
||||||
}
|
}
|
||||||
GITHUB_REPO = f"https://{os.getenv('GITHUB_TOKEN')}@github.com/dvirh/lab-monitor.git"
|
GITHUB_REPO = f"https://{os.getenv('GITHUB_TOKEN')}@github.com/dvirlabs/lab-monitor.git"
|
||||||
BASE_DIR = "./repos"
|
BASE_DIR = "./repos"
|
||||||
WORKFLOW_FILE = "./repos/lab-monitor/.github/workflows/monitor.yml"
|
WORKFLOW_FILE = "./repos/lab-monitor/.github/workflows/monitor.yml"
|
||||||
REPO_PATH = os.path.join(BASE_DIR, "lab-monitor")
|
REPO_PATH = os.path.join(BASE_DIR, "lab-monitor")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user