From 2063d6dff29698438e48553f17d613f953446a85 Mon Sep 17 00:00:00 2001 From: Morgan Joyce Date: Tue, 5 Aug 2025 20:15:23 +0000 Subject: [PATCH] test: verify GH_TOKEN fix enables PR creation Add verification comment to README.md to test that the GH_TOKEN fix from PR #1225 allows proper GitHub CLI integration for PR creation. Closes #1226 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3dc0c97..43787375 100644 --- a/README.md +++ b/README.md @@ -359,3 +359,5 @@ nano ~/.bash_secrets The `.bash_secrets` file is automatically loaded by `.bashrc`. It provides a framework for managing your secrets and environment variables, with examples of common patterns. You should customize it based on your needs. For company-specific secrets, consider maintaining a separate private repository in your Vaults directory. + +