Skip to content

Commit

Permalink
ignored self-signed cert in triggering metrics scrape
Browse files Browse the repository at this point in the history
  • Loading branch information
ole-ve committed Feb 7, 2025
1 parent 100cbcc commit 700db07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metrics-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
echo "Artifact URL: $artifact_url"
echo "Artifact ID: $artifact_id"
curl -X POST -H "Content-Type: application/json" -d "{\"artifactID\": \"$artifact_id\"}" "https://${{ vars.SERVER_HOST }}/api/trigger-metrics-scrape"
curl -k -X POST -H "Content-Type: application/json" -d "{\"artifactID\": \"$artifact_id\"}" "https://${{ vars.SERVER_HOST }}/api/trigger-metrics-scrape"
if: always()

- name: Clean Up Docker Containers
Expand Down

0 comments on commit 700db07

Please sign in to comment.