Skip to content

Commit

Permalink
try pulling env explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
roodboi committed Jan 2, 2024
1 parent 07dc430 commit 81dc18b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
name: run-tests
runs-on: ubuntu-latest
environment: OPENAI
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 81dc18b

Please sign in to comment.