Skip to content

Commit 37ba617

Browse files
committed
Update snyk
1 parent eadacff commit 37ba617

File tree

3 files changed

+674
-20
lines changed

3 files changed

+674
-20
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ jobs:
2828
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
2929
- run: npm ci
3030
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
31-
env:
32-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
3331
- run: npm run compile
3432
- run: npm run test:ci

0 commit comments

Comments
 (0)