Skip to content

Commit baaf0f9

Browse files
committed
Add patterns to allow bot_token usage in the Slack bot function
1 parent 2e02c39 commit baaf0f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitallowed

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ token=bot_token
2626
token: slackBotToken
2727
token: props\.slackBotToken
2828
secretValue: JSON\.stringify\(\{token: props\.slackBotToken\}\)
29+
token = slack_event_data\["bot_token"\]
30+
client = WebClient\(token=token\)

0 commit comments

Comments
 (0)