Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Added NVD API-Key Env Var
  • Loading branch information
StefanSchubert authored Dec 22, 2023
1 parent 8c02b78 commit a45bd61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

runs-on: macos-latest

env:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}

steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
Expand Down

0 comments on commit a45bd61

Please sign in to comment.