mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
fix env; set job timeout for crawler of links.
This commit is contained in:
parent
55d5bbe0f0
commit
e738f59aa9
2 changed files with 2 additions and 0 deletions
1
.github/workflows/make_files_tree.yml
vendored
1
.github/workflows/make_files_tree.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
make_tracked_links_file:
|
||||
name: Make tracked links file
|
||||
runs-on: macos-10.15
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue