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 b9f40c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
checks:
runs-on: ubuntu-latest

env:
NVD_API_TOKEN: ${{ secrets.NVD_API_TOKEN }}

steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down

0 comments on commit b9f40c0

Please sign in to comment.