Skip to content

Commit

Permalink
ci: generate lists for new coins too
Browse files Browse the repository at this point in the history
  • Loading branch information
0xB10C committed May 19, 2023
1 parent 7e733b7 commit ed515a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit ed515a4

Please sign in to comment.