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"