Skip to content

Commit 16c2405

Browse files
committing
1 parent f5916b1 commit 16c2405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/english/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ export SLACK_BOT_TOKEN=xoxb-<your-bot-token>
9696
export SLACK_APP_TOKEN=<your-app-level-token>
9797
```
9898

99-
:::warning
99+
:::warning[Remember to keep your tokens secure.]
100100

101-
Remember to keep your tokens secure. At a minimum, you should avoid checking them into public version control, and access them via environment variables as we've done above. Check out the API documentation for more on [best practices for app security](https://docs.slack.dev/authentication/best-practices-for-security).
101+
At a minimum, you should avoid checking them into public version control, and access them via environment variables as we've done above. Check out the API documentation for more on [best practices for app security](https://docs.slack.dev/authentication/best-practices-for-security).
102102

103103
:::
104104

0 commit comments

Comments
 (0)