Skip to content

Commit

Permalink
change 'variables' to 'secrets'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Dec 4, 2023
1 parent 8db324a commit 7b69ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/owasp-dt-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
PROJECT_NAME: okr
run: |
curl --verbose -s --location --request POST ${{ variables.DEPENDENCY_TRACK_URL }} \
curl --verbose -s --location --request POST ${{ secrets.DEPENDENCY_TRACK_URL }} \
--header "X-Api-Key: ${{ secrets.SECRET_OWASP_DT_KEY }}" \
--header "Content-Type: multipart/form-data" \
--form "autoCreate=true" \
Expand Down

0 comments on commit 7b69ad4

Please sign in to comment.