Skip to content

Commit

Permalink
fix: add snyk token
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-roys committed Jun 13, 2023
1 parent f66e4b9 commit 4141909
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=critical
args: --severity-threshold=critical
npmtest:
runs-on: ubuntu-latest
needs: security
Expand All @@ -32,4 +32,6 @@ jobs:
npm install semantic-release @semantic-release/exec pkg --save-dev
npm install
- name: Test
run: npm test
run: npm test
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 4141909

Please sign in to comment.