From ed515a490dc03345040de2a42fe8c1f342e31325 Mon Sep 17 00:00:00 2001 From: 0xb10c Date: Fri, 19 May 2023 21:43:45 +0200 Subject: [PATCH] ci: generate lists for new coins too --- .github/workflows/generate-lists.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-lists.yml b/.github/workflows/generate-lists.yml index d45566d..5a8a9a7 100644 --- a/.github/workflows/generate-lists.yml +++ b/.github/workflows/generate-lists.yml @@ -5,6 +5,8 @@ name: Generate OFAC sanctioned digital currency addresses lists each night at 0 on: schedule: - cron: '0 0 * * *' + workflow_dispatch: + jobs: generate-lists: @@ -27,7 +29,7 @@ jobs: - name: Generate TXT and JSON files for all assets run: | mkdir data - python3 generate-address-list.py XBT ETH XMR LTC ZEC DASH BTG ETC BSV -f JSON TXT -path ./data + python3 generate-address-list.py XBT ETH XMR LTC ZEC DASH BTG ETC BSV BCH XVG USDT XRP ARB BSC -f JSON TXT -path ./data - name: Commit files run: | git config --local user.email "45324+github-actions[bot]@users.noreply.github.com"