Skip to content

Commit 0b5b883

Browse files
committed
Added NVD API Key GitHub secret to ENV variable mapping
1 parent 53cf6ea commit 0b5b883

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/linux_maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
run: mvn -s .ci.settings.xml --no-transfer-progress -Dgh_username=${{ secrets.GH_USERNAME }} -Dgh_token=${{ secrets.GH_TOKEN }} -Prelease-commons,sonatype-oss-release package site
2727
env:
2828
MAVEN_OPTS: -Xms128m -Xmx512m --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
29+
nvd_api_key: ${{ secrets.NVD_API_KEY }}

0 commit comments

Comments
 (0)