Skip to content

Commit 712c64e

Browse files
committed
test
1 parent 43c987a commit 712c64e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
version: "0.19.8"
1717
install-only: true
1818
- name: Run Dagger Pipeline (Cloud)
19+
env:
20+
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
21+
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
22+
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
1923
run: |
20-
echo "Exporting secrets..."
21-
export DAGGER_CLOUD_TOKEN="${{ secrets.DAGGER_CLOUD_TOKEN }}"
22-
export GEMINI_API_KEY="${{ secrets.GEMINI_API_KEY }}"
23-
export GROQ_API_KEY="${{ secrets.GROQ_API_KEY }}"
2424
dagger call run-fraud-sim --gemini-api-key env:GEMINI_API_KEY --groq-api-key env:GROQ_API_KEY

0 commit comments

Comments
 (0)