Skip to content

Commit a681a39

Browse files
authored
Merge pull request #226 from SalesforceCommerceCloud/update-snyk
Update snyk dependency
2 parents eadacff + 37ba617 commit a681a39

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)