Skip to content

Commit

Permalink
chore: pipeline work
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Dec 26, 2024
1 parent d28e683 commit c7308b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build

on: [push, pull_request]

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

jobs:
test:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ defaults:
run:
shell: bash

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

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

0 comments on commit c7308b1

Please sign in to comment.