From 9631e2c7790bf70ed6bf769b9cb03d5f6f4205f9 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Wed, 4 Mar 2026 03:30:49 +0000 Subject: [PATCH] docs: add CHANGELOG entry for agentic workflow PAT fix (#144) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17cd3978..e4f3919f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fix PAT handling in agentic maintenance workflows (daily-doc-updater, daily-test-improver) to use `CREATE_PR_PAT` secret for PR creation (#144) + ## [0.7.4] - 2025-03-03 ### Added