Skip to content

Commit 9863ec7

Browse files
committed
Fix Dagger CI workflow
1 parent 7392be1 commit 9863ec7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dagger-fraud-sim.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
2323
run: |
2424
dagger run --cloud authentication-service/auth-service:fraud-v1 \
25-
call run-fraud-sim
25+
call run-fraud-sim \
26+
--gemini-api-key env:GEMINI_API_KEY \
27+
--groq-api-key env:GROQ_API_KEY

0 commit comments

Comments
 (0)