From b2ab18d168d618cf5af1c552f635ccdc81fc7d8f Mon Sep 17 00:00:00 2001 From: Leif Singer Date: Thu, 3 Jun 2021 13:42:10 +0200 Subject: [PATCH] fix Slack OAuth scopes typo in README --- tests/e2e/env/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/env/README.md b/tests/e2e/env/README.md index e61c291bace..c34a79e80c1 100644 --- a/tests/e2e/env/README.md +++ b/tests/e2e/env/README.md @@ -166,7 +166,7 @@ To implement the Slackbot in your CI: - Create a [Slackbot App](https://slack.com/help/articles/115005265703-Create-a-bot-for-your-workspace) - Give the app the following permissions: - - `channel:join` + - `channels:join` - `chat:write` - `files:write` - `incoming-webhook`