Skip to content

Commit

Permalink
Add OPENAI_API_KEY in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Feb 5, 2024
1 parent f8f3b11 commit 021d9dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/regression-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: ["main"]

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

jobs:
check-ubuntu:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/regression-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Regression | Generate
on:
workflow_dispatch:

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

jobs:
remove-existing-branch:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: ["main"]

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

jobs:
sanity:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 021d9dd

Please sign in to comment.