Skip to content

Commit

Permalink
chore: remove auth step
Browse files Browse the repository at this point in the history
  • Loading branch information
sandor-trombitas committed Jul 11, 2024
1 parent 09bd562 commit 4ac5809
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
chmod +x snyk-linux
sudo mv snyk-linux /usr/local/bin/snyk
- name: Authenticate Snyk CLI
run: |
snyk auth ${{ secrets.SNYK_TOKEN }}
- name: Run Snyk to test project dependencies
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
run: |
snyk test

0 comments on commit 4ac5809

Please sign in to comment.