Skip to content

Commit

Permalink
chore(ci): add env var for openai key
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Dec 17, 2024
1 parent a3ddd47 commit c843b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
env:
BUCKET_ACCESS_KEY_ID: ${{ secrets.BUCKET_ACCESS_KEY_ID }}
BUCKET_SECRET_ACCESS_KEY: ${{ secrets.BUCKET_SECRET_ACCESS_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
Expand Down

0 comments on commit c843b8d

Please sign in to comment.