From c243f0887c5cacf8d15a0663bd2b5f7c43ab6bfd Mon Sep 17 00:00:00 2001 From: Li Date: Sun, 30 Jun 2024 20:01:02 +1000 Subject: [PATCH] Key --- .github/workflows/api-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-test.yml b/.github/workflows/api-test.yml index a1607623..e2cc9b6c 100644 --- a/.github/workflows/api-test.yml +++ b/.github/workflows/api-test.yml @@ -18,7 +18,7 @@ jobs: env: ConnectionStrings__UserDataContext: Host=postgres;Port=5432;Database=liftlog;Username=postgres;Password=password ConnectionStrings__RateLimitContext: Host=postgres;Port=5432;Database=liftlog;Username=postgres;Password=password - OpenAiApiKey: "Bearer 123" + OpenAiApiKey: "sk-123" WebAuthApiKey: "1234" GooglePlayServiceAccountEmail: "123" GooglePlayServiceAccountKeyBase64: "123"