Skip to content

Commit 9f18105

Browse files
authored
Merge pull request #13 from brave-intl/rety-on-403
Instruct wget to retry on 403s
2 parents 848dc8c + e10939a commit 9f18105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-lists.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install selenium webdriver-manager
3333
- name: Download the sdn_advanced.xml file
3434
run: |
35-
wget --tries=5 --wait=60 https://www.treasury.gov/ofac/downloads/sanctions/1.0/sdn_advanced.xml
35+
wget --tries=5 --wait=60 --retry-on-http-error=403 https://www.treasury.gov/ofac/downloads/sanctions/1.0/sdn_advanced.xml
3636
- name: Generate TXT and JSON files for all assets
3737
run: |
3838
mkdir data

0 commit comments

Comments
 (0)