Skip to content

Commit

Permalink
Added OpenAI API Key to generator
Browse files Browse the repository at this point in the history
  • Loading branch information
TiiFuchs authored May 27, 2024
1 parent e77b2cf commit f02d3bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
} >> "$GITHUB_ENV"
- name: Generate Code
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
cd generator
php artisan generate ../telepath/src/
Expand Down

0 comments on commit f02d3bf

Please sign in to comment.