From 6069addcc2584a9f191831f64afca679f091b5eb Mon Sep 17 00:00:00 2001 From: Edzo Blaauw Date: Tue, 23 Jul 2024 18:28:37 +0400 Subject: [PATCH] chore(): Add an option to programmatically set the secrets --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9d86ba63..71793ea1 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ wrangler login ```sh wrangler secret put CALLS_APP_SECRET ``` +or to programmatically set the secret, run: +```sh +echo REPLACE_WITH_YOUR_SECRET | wrangler secret put CALLS_APP_SECRET +``` 4. Then you can run