From c7308b111f483c5e129e29a090e79c89adb7313c Mon Sep 17 00:00:00 2001 From: Philipp Temminghoff Date: Thu, 26 Dec 2024 04:44:10 +0100 Subject: [PATCH] chore: pipeline work --- .github/workflows/build.yml | 3 +++ .github/workflows/documentation.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2f98d01..6407ae66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,9 @@ name: Build on: [push, pull_request] +env: + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + jobs: test: runs-on: ubuntu-latest diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 30f44c1f..e72b6dfe 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,6 +21,9 @@ defaults: run: shell: bash +env: + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + jobs: build: runs-on: ubuntu-latest