Skip to content

Commit 13b1e95

Browse files
committed
udpate wf
1 parent 76c2e4b commit 13b1e95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ 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 }}
2729
run: |
2830
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)