Skip to content

Commit b398303

Browse files
author
Yoan Moscatelli
committed
🔒 change DT api key secret name
1 parent 51e9024 commit b398303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-sbom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: scality/sbom-upload@v1
9999
with:
100100
url: ${{ vars.DEPENDENCY_TRACK_HOSTNAME }}
101-
api-key: ${{ secrets.DEPENDENCYTRACK_APIKEY }}
101+
api-key: ${{ secrets.DEPENDENCY_TRACK_APIKEY }}
102102
hierarchy-input-dir: ${{ env.SBOM_PATH }}
103103
generate-hierarchy: true
104104
hierarchy-upload: true

0 commit comments

Comments
 (0)