From 13e680b6208deac88405a97af7e9884658a51d5e Mon Sep 17 00:00:00 2001 From: KC Berg Date: Tue, 8 Jul 2025 18:18:59 -0600 Subject: [PATCH] docs: add GitHub Actions section noting git permission workflow updates --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9cf0920..84f232f 100644 --- a/README.md +++ b/README.md @@ -311,3 +311,7 @@ Contributions are welcome! Please open issues or pull requests for bug fixes, ne ## License Apache License 2.0. See [LICENSE](LICENSE) for details. + +## GitHub Actions + +Workflows are being updated to improve git permissions for CI/CD automation. See the `fix/git-permission-issues` branch for details.