Skip to content

Commit

Permalink
Add GITHUB_TOKEN to workflow environment for llm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 27, 2024
1 parent 80db01b commit 2966fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-genai-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ jobs:
- name: run llm tests
working-directory: packages/sample
run: xargs -r -a temp/commit-tests.txt node ../cli/built/genaiscript.cjs test --out-summary $GITHUB_STEP_SUMMARY --test-delay 10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2966fff

Please sign in to comment.