From a45bd61653ce5eb6d289b516d972558e56f970e4 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Fri, 22 Dec 2023 22:20:30 +0100 Subject: [PATCH] Update maven.yml Added NVD API-Key Env Var --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b2f126e..0a40771 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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