Skip to content

Commit

Permalink
rename openai key name
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed May 16, 2024
1 parent 2544b8d commit 16cd527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-commands-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create .env file
run: |
echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" > .env
echo "OPENAI_API_KEY=${{ secrets.NEXT_PUBLIC_OPENAI_API_KEY }}" > .env
working-directory: examples/baby_name_generator

- name: Run agenta init
Expand Down

0 comments on commit 16cd527

Please sign in to comment.