diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 861c529..f434fa3 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -46,4 +46,4 @@ jobs: --cov-report term-missing \ --cov-fail-under=94.59 env: - OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY_FROM_WEAVIATE }} \ No newline at end of file + OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} \ No newline at end of file