From 51471631b5e4f1705636140f230b99e6cb3886dc Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Wed, 16 Apr 2025 12:20:00 -0500 Subject: [PATCH] Fix test failure issue --- .github/workflows/basic-validation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/basic-validation.yml b/.github/workflows/basic-validation.yml index dd45f76..ed248f1 100644 --- a/.github/workflows/basic-validation.yml +++ b/.github/workflows/basic-validation.yml @@ -62,7 +62,9 @@ jobs: - name: Test run: npm test + env: + GITHUB_TOKEN: ${{ github.token }} - name: Audit packages run: npm audit --audit-level=high - if: ${{inputs.enable-audit}} \ No newline at end of file + if: ${{inputs.enable-audit}}