We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c987a commit 712c64eCopy full SHA for 712c64e
1 file changed
.github/workflows/dagger-fraud-sim.yml
@@ -16,9 +16,9 @@ jobs:
16
version: "0.19.8"
17
install-only: true
18
- 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 }}
23
run: |
- echo "Exporting secrets..."
- export DAGGER_CLOUD_TOKEN="${{ secrets.DAGGER_CLOUD_TOKEN }}"
- export GEMINI_API_KEY="${{ secrets.GEMINI_API_KEY }}"
- export GROQ_API_KEY="${{ secrets.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