Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add comment
  • Loading branch information
hanna-paasivirta committed Apr 23, 2025
commit 214b07e73ff28917a6959fbf0ccccd96e0342eb5
2 changes: 1 addition & 1 deletion .github/workflows/trigger-embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger Embed Service
env:
env: # The API keys are the same as those used by the AI Assistant. There is only one (production) database.
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
Expand Down