We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e438c2d commit 6290296Copy full SHA for 6290296
.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: ${{ secrets.SNYK_TOKEN }}
+ SNYK_TOKEN: ${{ secrets.1de16e05-c377-4f37-8cab-5085d3dca005}}
53
54
# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
55
# Use || true to not fail the pipeline
0 commit comments