added support for lists from environment variables

This commit is contained in:
Viet Huynh
2023-09-18 13:42:09 +07:00
parent dce617302e
commit 652101efaf
3 changed files with 66 additions and 55 deletions
+4
View File
@@ -35,9 +35,13 @@ jobs:
- name: Download recommended whitelist
run: bash ./get_recommended_whitelist.sh
env:
ALLOWLIST_URLS: ${{ vars.ALLOWLIST_URLS }}
- name: Download recommended filters
run: bash ./get_recommended_filters.sh
env:
BLOCKLIST_URLS: ${{ vars.BLOCKLIST_URLS }}
- name: Delete old rules and lists
run: |