We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99445dc commit 2d290c2Copy full SHA for 2d290c2
.gitallowed
@@ -23,6 +23,9 @@ sha256:[a-f0-9]{64}
23
.*=\s*"[><=!~^,0-9\s\.]+"
24
app = App\(token=bot_token\)
25
token=bot_token
26
+token="test-token"
27
token: slackBotToken
28
token: props\.slackBotToken
29
secretValue: JSON\.stringify\(\{token: props\.slackBotToken\}\)
30
+token = slack_event_data\["bot_token"\]
31
+client = WebClient\(token=token\)
0 commit comments