lewisdale.dev/.gitea/workflows/update.yaml
Lewis Dale adda35b7cc
Some checks failed
Build on push / build-webhook (push) Failing after 2s
Attempt to trigger the webhook
2024-03-07 11:49:35 +00:00

12 lines
287 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 }}