lewisdale.dev/.gitea/workflows/update.yaml
Lewis Dale 9aaa6f7cb0
Some checks failed
Build and copy to prod / build-and-copy (push) Has been cancelled
Try building inside the github action
2024-03-07 13:49:38 +00:00

15 lines
338 B
YAML

name: Build on push
on:
schedule:
- cron: '@hourly'
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