We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a918b2 commit 2621321Copy full SHA for 2621321
.github/workflows/unit-sec-test.yml
@@ -40,7 +40,7 @@ jobs:
40
run: npm install -g snyk
41
42
- name: Authenticate with Snyk
43
- run: snyk auth ${{ secrets.SNYK_TOKEN }}
+ run: snyk auth $SNYK_TOKEN --debug
44
env:
45
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
46
0 commit comments