Fix workflow py script

This commit is contained in:
dvirlabs 2025-06-29 08:39:42 +03:00
parent c167c14e53
commit dc76d2c924

View File

@ -7,7 +7,7 @@ REPOS = {
"dev-tools": "https://git.dvirlabs.com/dvirlabs/dev-tools.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"
WORKFLOW_FILE = "./repos/lab-monitor/.github/workflows/monitor.yml"
REPO_PATH = os.path.join(BASE_DIR, "lab-monitor")