This commit is contained in:
Manish Gupta 2023-12-04 13:10:22 +05:30
parent a721cb7605
commit 9d9bf36ba0

View File

@ -239,9 +239,7 @@ jobs:
uses: distributhor/workflow-webhook@v3
with:
webhook_url: https://webhook.site/#!/bac8185e-cb2e-4d32-8ee9-a674542c0d89
webhook_auth_type: header
webhook_auth: "t:123"
webhook_type: "json"
webhook_auth: ""
# webhook_url: ${{ secrets.WEBHOOK_URL }}
# webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
data: '{"branch": "${{ needs.branch_build_setup.outputs.gh_branch_name }}", "status": "success" }'