We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdccab8 commit 5ee8fbdCopy full SHA for 5ee8fbd
1 file changed
.github/workflows/run_spicebench.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Run spicebench
53
env:
54
- SPICEAI_API_KEY: ${{ secrets.SPICEAI_API_KEY }}
+ SPICEAI_API_KEY: ${{ env.SPICEAI_API_KEY }}
55
SPICE_CLOUD_API_URL: https://dev-api.spice.ai
56
RUSTFLAGS: "-A warnings"
57
run: |
0 commit comments