Skip to content

Commit

Permalink
Add API key in again
Browse files Browse the repository at this point in the history
  • Loading branch information
MancunianSam committed Jan 14, 2025
1 parent ac6f4df commit a5f8425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Maven Build
run: mvn -V -B -DskipTests=true install
run: mvn -V -B -DskipTests=true install -DnvdApiKey=${{ secrets.NVD_API_KEY }}
- name: Maven Test
run: mvn -B verify -DnvdApiKey=${{ secrets.NVD_API_KEY }}

0 comments on commit a5f8425

Please sign in to comment.