We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5c6dd commit 58bdd7bCopy full SHA for 58bdd7b
1 file changed
.github/workflows/snyk-security.yml
@@ -49,7 +49,7 @@ jobs:
49
50
env:
51
# This is where you will need to introduce the Snyk API token created with your Snyk account
52
- SNYK_TOKEN: ${{ SNYK_TOKEN }}
+ SNYK_TOKEN: ${{ SNYK_Secret }}
53
54
# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
55
# Use || true to not fail the pipeline
0 commit comments