Skip to content

Commit

Permalink
change: download and extract compressed list in CI
Browse files Browse the repository at this point in the history
The CI job has been failing from time to time recently. In an attempt
to improve the CI job, download the compressed SDN list.
  • Loading branch information
0xB10C committed Sep 25, 2024
1 parent 76d938b commit e367d89
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/generate-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ jobs:
with:
python-version: 3.11
- name: Download the sdn_advanced.xml file
uses: wei/wget@v1
with:
args: https://www.treasury.gov/ofac/downloads/sanctions/1.0/sdn_advanced.xml
run: |
wget https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/SDN_ADVANCED.ZIP
unzip SDN_ADVANCED.ZIP
ls -l
- 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 BCH XVG USDC USDT XRP TRX ARB BSC -f JSON TXT -path ./data
python3 generate-address-list.py XBT ETH XMR LTC ZEC DASH BTG ETC BSV BCH XVG USDC USDT XRP TRX ARB BSC -f JSON TXT -path ./data -sdn SDN_ADVANCED.XML
- name: Commit files
run: |
git config --local user.email "45324+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit e367d89

Please sign in to comment.