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 7243e0a12e6b4e96f0f7d4d2b63e65f49614f6a0 Author: Adam Monsen <[email protected]> AuthorDate: Wed Feb 11 09:50:50 2026 -0800 reword headers --- Readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index fee4e16..3e2fbdb 100644 --- a/Readme.md +++ b/Readme.md @@ -6,16 +6,17 @@ A standalone tool for archiving Slack messages into a static site. GitHub Actions can run the archive update daily and commit new output. -### Local +### Run local - Clone this repo - Install Java 25 -- Test (see below) - Set `SLACK_TOKEN` and `CHANNELS_ALLOWLIST` env vars +- Set up Slack app (see below) - Run (see below) -### GitHub Actions +### Run on GitHub Actions +- Set up Slack app (see below) - Create a new repo - Copy `update-archive.yml` to a folder named `.github/workflows/` - Customize `CHANNELS_ALLOWLIST` env var in `update-archive.yml` @@ -55,6 +56,7 @@ Slack app setup: 3. Add the required scopes listed below. 4. Install the app to the workspace. 5. Copy the Bot User OAuth Token (starts with `xoxb-`) into `SLACK_TOKEN`. +6. Join the bot to all channels in `CHANNELS_ALLOWLIST`. Required Slack scopes:
