From c8400284706076dfc8ad1960c270e6458d6fbd35 Mon Sep 17 00:00:00 2001 From: grafana-watcher Date: Tue, 14 Jul 2026 18:52:32 +0200 Subject: [PATCH] post: commit c38a05d in bojemoi --- .../commits/2026-07-14-commit-c38a05d.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/posts/commits/2026-07-14-commit-c38a05d.md diff --git a/content/posts/commits/2026-07-14-commit-c38a05d.md b/content/posts/commits/2026-07-14-commit-c38a05d.md new file mode 100644 index 0000000..47a6efe --- /dev/null +++ b/content/posts/commits/2026-07-14-commit-c38a05d.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(claude-review): fix anthropic_api_key access on BusyBox host" +date: 2026-07-14T18:52:32+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit c38a05d par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `c38a05d` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `c38a05d1d8022948b1f5229e23edd6b50a8c7e5f` | + + +### Description + +- Script: replace docker ps --format (unsupported on BusyBox) with -q -f name=toolbox +- Crontab: wrap in sh -c to evaluate $() substitution, inject API key from toolbox secret + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M claude/monthly-review.sh +``` + +### Diff Summary + +``` + claude/monthly-review.sh | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) +```