From 2966fff569e2eafc84e742056e8ac2ab38c7ccf0 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 27 Sep 2024 22:57:08 +0000 Subject: [PATCH] Add GITHUB_TOKEN to workflow environment for llm tests --- .github/workflows/build-genai-commit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-genai-commit.yml b/.github/workflows/build-genai-commit.yml index 5a03221afa..da66a02bb3 100644 --- a/.github/workflows/build-genai-commit.yml +++ b/.github/workflows/build-genai-commit.yml @@ -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 }}