Skip to content

Commit 5ee8fbd

Browse files
committed
env not secret
1 parent bdccab8 commit 5ee8fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_spicebench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Run spicebench
5353
env:
54-
SPICEAI_API_KEY: ${{ secrets.SPICEAI_API_KEY }}
54+
SPICEAI_API_KEY: ${{ env.SPICEAI_API_KEY }}
5555
SPICE_CLOUD_API_URL: https://dev-api.spice.ai
5656
RUSTFLAGS: "-A warnings"
5757
run: |

0 commit comments

Comments
 (0)