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

17 lines
452 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: ${{ secrets.YUNO_WEBHOOK_URL }}
headers: '{"Authorization": ${{ secrets.YUNNO_WEBHOOK_AUTH }}}'
body: '{"whitelist": true}'
github_event_payload: false