We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572999c commit 32f261aCopy full SHA for 32f261a
1 file changed
.github/workflows/snyk-test-api-import.yml
@@ -24,7 +24,5 @@ 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