Skip to content

Commit

Permalink
Add NVD API Token to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
joodie committed Jan 24, 2024
1 parent 808ca53 commit b11fc9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:

- name: Check NVD
run: bin/clojure -J-Dclojure.main.report=stderr -Tnvd nvd.task/check :classpath \""$(bin/clojure -Spath)\""
env:
NVD_API_TOKEN: ${{ secrets.NVD_API_TOKEN }}

create_release:
if: startsWith(github.ref, 'refs/tags/v0') || startsWith(github.ref, 'refs/tags/v1')
Expand Down

0 comments on commit b11fc9b

Please sign in to comment.