Add NVD_API_KEY secret so Actions goes faster #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Makefile CI | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install dependencies and run test | |
run: make acceptance | |
env: | |
GH_TOKEN: ${{ github.token }} | |
NVD_API_KEY: ${{ secrets.NVD_API_KEY }} | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: report | |
path: WebGoat/statica.html |