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