Skip to content

Commit e72bd7e

Browse files
committed
Ignore 403 errors
Some sites forbid scraping from GitHub IPs, so treat a permission error for a page as it being present, otherwise we'd be getting a 404. Signed-off-by: Joe Block <[email protected]>
1 parent af985bf commit e72bd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesomebot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
fetch-depth: 0
2121
- uses: docker://dkhamsing/awesome_bot:latest
2222
with:
23-
args: /github/workspace/README.md --allow-ssl --allow 202,500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io,https://twitter.com,https://medium.com,https://stackoverflow.com
23+
args: /github/workspace/README.md --allow-ssl --allow 202,403,500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io,https://twitter.com,https://medium.com,https://stackoverflow.com

0 commit comments

Comments
 (0)