fix env; set job timeout for crawler of links.

This commit is contained in:
Il'ya (Marshal) 2022-05-10 20:32:58 +02:00
parent 55d5bbe0f0
commit e738f59aa9
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ jobs:
env:
OUTPUT_FOLDER: "data_ci/"
TELEGRAM_SESSION: ${{ secrets.TELEGRAM_SESSION }}
TELEGRAM_SESSION_TEST: ${{ secrets.TELEGRAM_SESSION_TEST }}
TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID }}
TELEGRAM_API_HASH: ${{ secrets.TELEGRAM_API_HASH }}
run: |

View file

@ -12,6 +12,7 @@ jobs:
make_tracked_links_file:
name: Make tracked links file
runs-on: macos-10.15
timeout-minutes: 5
steps: