Added secret variable #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Snyk Setup | ||
on: push | ||
jobs: | ||
security: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- uses: snyk/actions/setup@master | ||
- uses: actions/setup-java@v4 | ||
with: | ||
java-version: '21' | ||
- name: Snyk monitor | ||
run: snyk test | ||
env: | ||
SNYK_TOKEN: ${{ secrets.3d6983e2-99cc-4a8b-84b2-cd2ef36431b3 }} | ||
Check failure on line 15 in .github/workflows/snyk_setup.yaml GitHub Actions / Snyk SetupInvalid workflow file
|