Skip to content

Commit 1e92d4c

Browse files
committed
replace some ref of secret with config
1 parent 97b391d commit 1e92d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2024-03-28-slackbot-sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cd defang/samples/golang/slackbot
3636

3737
Now that we have everything set up, let's dive into the deployment process. Follow these steps to deploy your Slackbot effortlessly:
3838

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.
4040
Replace `your_slack_token` and `your_slack_channel_id` with the respective values:
4141

4242
```bash

0 commit comments

Comments
 (0)