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: blog/2024-03-28-slackbot-sample.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ cd defang/samples/golang/slackbot
36
36
37
37
Now that we have everything set up, let's dive into the deployment process. Follow these steps to deploy your Slackbot effortlessly:
38
38
39
-
1.**Set Up Secrets:** Prioritize security by configuring environment variables as secrets. Use the Defang CLI's `defang config set` command to set the `SLACK_TOKEN` and `SLACK_CHANNEL_ID`secrets.
39
+
1.**Set Up Secrets:** Prioritize security by configuring environment variables as sensitive config. Use the Defang CLI's `defang config set` command to set the `SLACK_TOKEN` and `SLACK_CHANNEL_ID`configs.
40
40
Replace `your_slack_token` and `your_slack_channel_id` with the respective values:
0 commit comments