We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44e100 commit c858784Copy full SHA for c858784
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: DependencyTrack/gh-upload-sbom@v3
38
with:
39
serverHostname: 'api.dependencytrack.open-elements.cloud'
40
- apiKey: ${{ secrets.DEPENDENCYTRACK_APIKEY }}
+ apiKey: ${{ secrets.DEPENDENCYTRACK_API_KEY }}
41
projectName: 'hiero-enterprise-java'
42
projectVersion: 'main'
43
bomFilename: "target/bom.xml"
0 commit comments