Skip to content

Commit

Permalink
Add NVD_API_KEY secret so Actions goes faster
Browse files Browse the repository at this point in the history
  • Loading branch information
simpsonjulian committed Oct 9, 2024
1 parent 02529bd commit d7a4e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: make acceptance
env:
GH_TOKEN: ${{ github.token }}
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
- uses: actions/upload-artifact@v4
with:
name: report
Expand Down

0 comments on commit d7a4e95

Please sign in to comment.