We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e6960 commit 5b252aaCopy full SHA for 5b252aa
1 file changed
.github/workflows/auto-test.yml
@@ -22,4 +22,7 @@ jobs:
22
run: npm install --no-package-lock
23
24
- name: Run tests
25
+ env:
26
+ LLM_APP_ID: ${{ secrets.LLM_APP_ID }}
27
+ LLM_AUTH: ${{ secrets.LLM_AUTH }}
28
run: npm run test
0 commit comments