From 838360511578e95265125607ad43fc5f6f9fceef Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Fri, 29 Dec 2023 12:14:20 -0500 Subject: [PATCH] Disable SSL verification --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 92373aa..8bce3a7 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -40,4 +40,5 @@ jobs: with: webhook_url: ${{ secrets.WEBHOOK_URL }} webhook_secret: ${{ secrets.WEBHOOK_SECRET }} + verify_ssl: false data: '{ "artifact_url": "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id}}/build-artifact-${{ steps.get_version.outputs.VERSION }}.${{ gitea.run_number }}" }'