Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroJuri authored Jul 14, 2023
1 parent 1f93cd1 commit d3ec0cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
uses: actions/checkout@v3
- name: Set environment variable
run: echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> $GITHUB_ENV
- name: Execute route.ts
run: node src/app/api/chat/route.ts
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit d3ec0cb

Please sign in to comment.