Skip to content

Commit 1ff2ab1

Browse files
committed
fix deployment not getting the proper secret
1 parent 9b79e58 commit 1ff2ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* Environment Variables
4646
* https://developers.cloudflare.com/workers/wrangler/configuration/#environment-variables
4747
*/
48-
"vars": { "WEBHOOKS_PROXY_TUNNEL_SECRET": "<defined in .dev.vars>" },
48+
// "vars": { "WEBHOOKS_PROXY_TUNNEL_SECRET": "<defined in .dev.vars>" },
4949
/**
5050
* Note: Use secrets to store sensitive data.
5151
* https://developers.cloudflare.com/workers/configuration/secrets/

0 commit comments

Comments
 (0)