Disable SSL verification
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m31s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m31s
This commit is contained in:
@@ -40,4 +40,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
||||||
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
|
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 }}" }'
|
data: '{ "artifact_url": "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id}}/build-artifact-${{ steps.get_version.outputs.VERSION }}.${{ gitea.run_number }}" }'
|
||||||
|
|||||||
Reference in New Issue
Block a user