Merge pull request #4435 from ynput/bugfix/CU-861mbgm8k_Fix-required-scopes-for-Slack-notification

Slack: added missed scopes for Slack bot
This commit is contained in:
Petr Kalis 2023-02-08 12:52:14 +01:00 committed by GitHub
commit b9ce88854b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,8 @@ oauth_config:
- chat:write.public
- files:write
- channels:read
- users:read
- usergroups:read
settings:
org_deploy_enabled: false
socket_mode_enabled: false