Update basic-validation.yml

This commit is contained in:
Haritha
2025-04-16 12:29:48 -05:00
committed by GitHub
parent 51471631b5
commit 3299817c49
+1 -1
View File
@@ -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