Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Aug 23, 2023
1 parent 9cb5ba0 commit ce633dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
PROJECT_NAME: puzzle-shell
run: |
curl --verbose -s --location --request POST "$DEPENDENCY_TRACK_URL/api/v1/bom"" \
curl --verbose -s --location --request POST "$DEPENDENCY_TRACK_URL/api/v1/bom" \
--header "X-Api-Key: ${{secrets.DEPENDENCY_TRACK_API_KEY}}" \
--header "Content-Type: multipart/form-data" \
--form "autoCreate=true" \
Expand Down

0 comments on commit ce633dd

Please sign in to comment.