Skip to content

Commit 43c987a

Browse files
committed
fix issue
1 parent 69814bf commit 43c987a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,4 @@ jobs:
2121
export DAGGER_CLOUD_TOKEN="${{ secrets.DAGGER_CLOUD_TOKEN }}"
2222
export GEMINI_API_KEY="${{ secrets.GEMINI_API_KEY }}"
2323
export GROQ_API_KEY="${{ secrets.GROQ_API_KEY }}"
24-
25-
dagger run --cloud authentication-service/auth-service:fraud-v1 \
26-
call run-fraud-sim \
27-
--gemini-api-key env:GEMINI_API_KEY \
28-
--groq-api-key env:GROQ_API_KEY
24+
dagger call run-fraud-sim --gemini-api-key env:GEMINI_API_KEY --groq-api-key env:GROQ_API_KEY

0 commit comments

Comments
 (0)