Skip to content

Commit

Permalink
Added NVD API Key GitHub secret to ENV variable mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
funfried committed Feb 25, 2024
1 parent 53cf6ea commit 0b5b883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jobs:
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
env:
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
nvd_api_key: ${{ secrets.NVD_API_KEY }}

0 comments on commit 0b5b883

Please sign in to comment.