diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 523898d..6cdce11 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -39,6 +39,4 @@ jobs: uses: https://github.com/distributhor/workflow-webhook@v3 with: webhook_url: ${{ vars.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 }}" }'