From f02d3bf05cede7996cefdb1c644a4dba32318b70 Mon Sep 17 00:00:00 2001 From: Tii Date: Mon, 27 May 2024 12:42:29 +0200 Subject: [PATCH] Added OpenAI API Key to generator --- .github/workflows/generation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/generation.yml b/.github/workflows/generation.yml index a3fb073..611e726 100644 --- a/.github/workflows/generation.yml +++ b/.github/workflows/generation.yml @@ -100,6 +100,8 @@ jobs: } >> "$GITHUB_ENV" - name: Generate Code + env: + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} run: | cd generator php artisan generate ../telepath/src/