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 }}" }'