From 3299817c49c014faeaf401bb70bc5b663a89980d Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Wed, 16 Apr 2025 12:29:48 -0500 Subject: [PATCH] Update basic-validation.yml --- .github/workflows/basic-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic-validation.yml b/.github/workflows/basic-validation.yml index ed248f1..606e6db 100644 --- a/.github/workflows/basic-validation.yml +++ b/.github/workflows/basic-validation.yml @@ -63,7 +63,7 @@ jobs: - name: Test run: npm test env: - GITHUB_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Audit packages run: npm audit --audit-level=high