Skip to content

Commit f3c29b2

Browse files
authored
HTTPS (#1108)
1 parent 5a4716c commit f3c29b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
-
226226
name: "Upload to Historian"
227227
run: |
228-
curl http://${{ secrets.HISTORIAN_HOST }}/api/upload -XPOST \
228+
curl https://${{ secrets.HISTORIAN_HOST }}/api/upload -XPOST \
229229
-H"X-Api-Key: ${{ secrets.HISTORIAN_API_KEY }}" \
230230
-H"X-Build: ${{ github.run_number }}" \
231231
-H"X-Commit-Sh: ${{ github.sha }}" \
@@ -240,7 +240,7 @@ jobs:
240240
-
241241
name: "Upload to Historian"
242242
run: |
243-
curl http://${{ secrets.HISTORIAN_HOST }}/api/upload -XPOST \
243+
curl https://${{ secrets.HISTORIAN_HOST }}/api/upload -XPOST \
244244
-H"X-Api-Key: ${{ secrets.HISTORIAN_API_KEY }}" \
245245
-H"X-Build: ${{ github.run_number }}" \
246246
-H"X-Commit-Sh: ${{ github.sha }}" \

0 commit comments

Comments
 (0)