Skip to content

Commit 666468b

Browse files
committed
read secrets from the file
1 parent 13c35aa commit 666468b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/reset-secret.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ SECRET="$(openssl rand -base64 30)"
2121
echo "✅ Secret generated and saved to .dev.vars"
2222

2323
echo "Putting the secret to the worker..."
24-
echo "${SECRET}" | npx wrangler secret put WEBHOOKS_PROXY_TUNNEL_SECRET
24+
npx wrangler secret bulk .dev.vars

0 commit comments

Comments
 (0)