Skip to content

Commit 32f261a

Browse files
authored
Update snyk-test-api-import.yml
remove duplicate code.
1 parent 572999c commit 32f261a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/snyk-test-api-import.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ jobs:
2424
echo "REPO_NAME=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)" >> $GITHUB_ENV
2525
- name: Import repo via API
2626
id: import_repo
27-
env:
28-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2927
run: |
3028
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

Comments
 (0)