fix Slack OAuth scopes typo in README

This commit is contained in:
Leif Singer 2021-06-03 13:42:10 +02:00 committed by GitHub
parent 0507f06508
commit b2ab18d168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`