We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c2e4b commit 13b1e95Copy full SHA for 13b1e95
1 file changed
.github/workflows/snyk-test-api-import.yml
@@ -24,5 +24,7 @@ jobs:
24
echo "REPO_NAME=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)" >> $GITHUB_ENV
25
- name: Import repo via API
26
id: import_repo
27
+ env:
28
+ SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
29
run: |
30
python3 scripts/import_repo.py --owner ${{ github.repository_owner }} --name ${{ env.REPO_NAME }} --snyk-org ${{ vars.SNYK_ORG }} --integration-id ${{ vars.SNYK_INTEGRATION_ID }} --branch ${{ github.ref_name }}
0 commit comments