Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1nmay7898 committed Sep 25, 2024
1 parent 364117e commit 057e0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
HFZebraLlamaApiUrl=${{ secrets.HF_ZEBRA_LLAMA_API_URL }} \
HackathonApiKey=${{ secrets.HACKATHON_API_KEY }} \
AndrewApiKey=${{ secrets.ANDREW_API_KEY }} \
RagPineconeIndex=${{ secrets.RAG_PINECONE_INDEX }} || echo "No changes to deploy."
GroqApiKey=${{ secrets.GROQ_API_KEY }} || echo "No changes to deploy."
RagPineconeIndex=${{ secrets.RAG_PINECONE_INDEX }} \
GroqApiKey=${{ secrets.GROQ_API_KEY }}

0 comments on commit 057e0be

Please sign in to comment.