Skip to content

Commit

Permalink
correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
jalexanderII committed Feb 6, 2024
1 parent 2846ff2 commit d2281f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

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

runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Unit tests
run: make unit-test
#
# - name: Integration tests
# run: make integration-test

- name: Integration tests
run: make integration-test

0 comments on commit d2281f4

Please sign in to comment.