We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4716c commit f3c29b2Copy full SHA for f3c29b2
1 file changed
.github/workflows/ci.yaml
@@ -225,7 +225,7 @@ jobs:
225
-
226
name: "Upload to Historian"
227
run: |
228
- curl http://${{ secrets.HISTORIAN_HOST }}/api/upload -XPOST \
+ curl https://${{ secrets.HISTORIAN_HOST }}/api/upload -XPOST \
229
-H"X-Api-Key: ${{ secrets.HISTORIAN_API_KEY }}" \
230
-H"X-Build: ${{ github.run_number }}" \
231
-H"X-Commit-Sh: ${{ github.sha }}" \
@@ -240,7 +240,7 @@ jobs:
240
241
242
243
244
245
246
0 commit comments