Files
adguard/.gitea/workflows/update.yaml
Rodney fc86fcb5bc
Some checks failed
Update Adguard Instance / Refresh Filter Lists (push) Failing after 16s
update workflow
2025-04-20 23:21:32 -04:00

17 lines
496 B
YAML

name: Update Adguard Instance
on: [push]
jobs:
refresh_lists:
name: Refresh Filter Lists
if: gitea.repository == 'rodadmin/adguard'
runs-on: ubuntu-latest
steps:
- name: Webhook Action
uses: joelwmale/webhook-action@2.4.1
with:
url: 'https://adguard.rodneybrown.top/control/filtering/refresh'
headers: '{"Authorization": Basic cm9kYWRtaW46UzVYJVUyJXlRI2FSNXBTNHdiQEJ1WWV1'
body: '{"whitelist": true}'
github_event_payload: false