From 7f78df595f3c0b606baa02e2698e34748ccf55ed Mon Sep 17 00:00:00 2001 From: krande Date: Sun, 12 Mar 2023 11:28:53 +0100 Subject: [PATCH] minor clarification in comment --- .github/workflows/check_repo_ci_jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_repo_ci_jobs.py b/.github/workflows/check_repo_ci_jobs.py index 85ecd7b38a..3a78b8e911 100644 --- a/.github/workflows/check_repo_ci_jobs.py +++ b/.github/workflows/check_repo_ci_jobs.py @@ -10,7 +10,7 @@ REPO_OWNER = os.environ.get("REPO_OWNER", "IfcOpenShell/IfcOpenShell") MY_WORKFLOW = os.environ.get("MY_WORKFLOW", "ci-ifcopenshell-conda-daily") WORKFLOW_RUN_ID = os.environ.get("WORKFLOW_RUN_ID", None) TOKEN = os.environ.get("GITHUB_TOKEN", None) -# Create a fine-grained personal access token for the repo in question with repo permissions "actions:read" +# To test this locally create a fine-grained personal access token for this repo with permissions "actions:read" # See https://github.com/settings/tokens?type=beta # This is a list of strings that indicate that a job has stopped abruptly.