lewisdale.dev/.gitea/workflows/update.yaml
Lewis Dale f7e5bca7a8
All checks were successful
Build on push / build-webhook (push) Successful in 37s
Verbose logging for webhook
2024-03-07 12:00:15 +00:00

13 lines
311 B
YAML

name: Build on push
on: [push]
jobs:
build-webhook:
runs-on: ubuntu-latest
steps:
- name: Call the webhook
uses: distributhor/workflow-webhook@v3
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
webhook_secret: ${{ secrets.WEBHOOK_KEY }}
verbose: true