From f9954978bafc922a3986b23a80ec2c90c33b2de8 Mon Sep 17 00:00:00 2001 From: markmental Date: Fri, 7 Nov 2025 17:05:34 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b044b8..85eecb1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ A Forgejo workflow (`.forgejo/workflows/power-graph.yml`) automates the chart ge What it does: -1. Runs on a self-hosted runner because it needs local hwmon logs and Python packages. +1. Runs on a self-hosted runner for separation of processing (You will need to set one up if using forgejo). 2. Manually clones the repo with a read token stored in `secrets.PAT_READ_REPO`. 3. Installs Python (via `apt`), prepares a virtualenv, and pulls `pandas` + `matplotlib`. 4. Executes `python plot_power.py`, producing `power_graph.png`.