This is an automated email from the ASF dual-hosted git repository. meonkeys pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-chat-archive.git
commit c19209e348caaa5de12f74963769c07f9a896d42 Author: Adam Monsen <[email protected]> AuthorDate: Mon Feb 9 09:57:35 2026 -0800 disable update-archive.yml, make into documentation add relevant Install section to readme --- Readme.md | 4 +++- .github/workflows/update-archive.yml => update-archive.yml | 0 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 13f571e..358cfd8 100644 --- a/Readme.md +++ b/Readme.md @@ -41,11 +41,13 @@ add the scope Slack reports and re-install the app. GitHub Pages: - The `docs/` directory is intended for publishing via GitHub Pages. -## Automation +## Install GitHub Actions can run the archive update daily and commit new output. Setup: +- Test locally +- Install `update-archive.yml` in `.github/workflows/` - Add repository secret `SLACK_TOKEN` ## Instances diff --git a/.github/workflows/update-archive.yml b/update-archive.yml similarity index 100% rename from .github/workflows/update-archive.yml rename to update-archive.yml
