Merge pull request #30030 from woocommerce/update/readme-typo-slack-oauth

fix Slack OAuth scopes typo in README
This commit is contained in:
Ron Rennick 2021-06-03 09:09:35 -03:00 committed by GitHub
commit 0c762a3266
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`