Skip to content

Commit a3bba1e

Browse files
committed
feat: resolving dependency issues
1 parent 602a3ed commit a3bba1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: |
134134
docker run -d --name canary -p 8001:8000 \
135135
-e CANARY=true \
136-
-e GROQ_API_KEY=${{ secrets.GROQ_API_KEY }}
136+
-e GROQ_API_KEY=${{ secrets.GROQ_API_KEY }} \
137137
ghcr.io/${{ github.repository }}:${{ github.sha }}
138138
139139
- name: Debug - Show container logs

0 commit comments

Comments
 (0)