Skip to content

Commit 98bf206

Browse files
committed
use env
1 parent 9fdcc75 commit 98bf206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependencytrack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
# Upload Node.js SBOM (if exists)
3333
- name: Upload Node.js SBOM to Dependency-Track
3434
env:
35+
DTRACK_API_URI: ${{ vars.DTRACK_API_URI }}
3536
DTRACK_API_KEY: ${{ secrets.DTRACK_API_KEY }}
3637
run: |
3738
if [ -f ./sbom.xml ]; then

0 commit comments

Comments
 (0)