You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/custom_tool_guides/slack.md
+35-8Lines changed: 35 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To enable it, go to the `OAuth & Permissions` section of your Slack app settings
31
31
32
32
More information about the OAuth flow can be found [here](https://api.slack.com/authentication/oauth-v2).
33
33
34
-
## 3. Set Up Environment Variables
34
+
## 3. Set up environment variables
35
35
36
36
Then set the following environment variables. You can either set the below values in your `secrets.yaml` file:
37
37
```bash
@@ -45,6 +45,9 @@ SLACK_CLIENT_ID=<your_client_id from step 1>
45
45
SLACK_CLIENT_SECRET=<your_client_secret from step 1>
46
46
```
47
47
48
+
If `configuration.yaml` and `secrets.yaml` files are not present in the project, take a look at the [Toolkit Setup](/docs/setup.md) guide to create them.
49
+
50
+
48
51
## 4. Setup HTTPS for Local Development
49
52
50
53
To enable HTTPS for local development, the self-signed certificate needs to be generated.
0 commit comments