Skip to content

Commit

Permalink
Merge pull request objectionary#2994 from h1alexbel/2993
Browse files Browse the repository at this point in the history
fix(objectionary#2993): OPENAI_API_KEY
  • Loading branch information
yegor256 committed Mar 22, 2024
2 parents 40393e8 + 260d8aa commit 7311c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reports-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- uses: tracehubpm/reports-check-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_token: ${{ secrets.OPENAI_TOKEN }}
openai_token: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 7311c40

Please sign in to comment.