Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
ci: set OPENAI_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Apr 30, 2024
1 parent 8876ab0 commit f3948b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
- name: Run Ruby script
run: |
bundle exec ruby examples.rb
bundle exec ruby examples.rb
env:
OPEN_API_KEY: ${{ secrets.OPEN_API_KEY }}

0 comments on commit f3948b1

Please sign in to comment.