Skip to content

Commit ba290b9

Browse files
committed
Add signing_secret to replace deprecated slack verify token
1 parent 32e526e commit ba290b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pybot/endpoints/slack/utils/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
slack_configs = {
2121
"token": os.environ.get("BOT_OATH_TOKEN"),
22+
"signing_secret": os.environ.get("SLACK_SIGNING_SECRET"),
2223
"verify": os.environ.get("VERIFICATION_TOKEN"),
2324
"bot_id": os.environ.get("SLACK_BOT_ID"),
2425
"bot_user_id": os.environ.get("SLACK_BOT_ID"),

0 commit comments

Comments
 (0)