From 2352999e6b5fa56674aef94543bede93c9131733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Miguel=C3=A1=C3=B1ez?= Date: Tue, 20 Aug 2024 18:22:24 +0200 Subject: [PATCH] added quotes in the wrangler.toml --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 2381ec0..d8fffdb 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,5 +1,5 @@ name = "llm-pricing-api" -account_id = ${{ secrets.CF_ACCOUNT_ID }} +account_id = "${{ secrets.CF_ACCOUNT_ID }}" compatibility_date = "2023-01-01" [env.production]