Files
adguard/.gitea/workflows/update.yaml
Rodney fb2e7474a1
Some checks failed
Update Adguard Instance / Refresh Filter Lists (push) Failing after 1m2s
update workflow
2025-04-20 23:12:18 -04:00

17 lines
446 B
YAML

name: Update Adguard Instance
on: [push]
jobs:
refresh_lists:
name: Refresh Filter Lists
if: gitea.repository == 'rodadmin/adguard'
runs-on: testing
steps:
- name: Webhook Action
uses: joelwmale/webhook-action@2.4.1
with:
url: ${{ secrets.YUNO_WEBHOOK_URL }}
headers: '{"Authorization": ${{ secrets.YUNNO_WEBHOOK_AUTH }}}'
body: '{"whitelist": true}'
github_event_payload: false