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 e6405f6 commit 9dcfca3Copy full SHA for 9dcfca3
.github/workflows/sync.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
name: download api import
11
env:
12
- SNYK_TOKEN_API: ${{ secrets.SNYK_TOKEN_API }}
+ SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
13
CONCURRENT_IMPORTS: ${{ secrets.CONCURRENT_IMPORTS }}
14
SNYK_LOG_PATH: ${{ secrets.SNYK_LOG_PATH }}
15
steps:
0 commit comments