From d821a6a4e81b81ebfd5b35c197c571f8cb01c4b3 Mon Sep 17 00:00:00 2001 From: Daniel Skogly Date: Fri, 26 Feb 2021 21:58:12 +0100 Subject: [PATCH] Fix wrangler secret command --- .../workers/src/content/tutorials/build-a-slackbot/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/workers/src/content/tutorials/build-a-slackbot/index.md b/products/workers/src/content/tutorials/build-a-slackbot/index.md index 5d25f4029daed75..283c86f2f1141e3 100644 --- a/products/workers/src/content/tutorials/build-a-slackbot/index.md +++ b/products/workers/src/content/tutorials/build-a-slackbot/index.md @@ -632,7 +632,7 @@ The constant `SLACK_WEBHOOK_URL` represents the Slack Webhook URL that you creat --- header: Set the SLACK_WEBHOOK_URL secret --- -$ wrangler secret create SLACK_WEBHOOK_URL +$ wrangler secret put SLACK_WEBHOOK_URL Enter the secret text you’d like assigned to the variable name on the script named slack-bot-ENVIRONMENT_NAME: https://hooks.slack.com/services/abc123 ```