mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-22 15:26:43 +01:00
cleanup workflows
This commit is contained in:
parent
00e47d80ce
commit
37b6aa2490
3 changed files with 3 additions and 9 deletions
6
.github/workflows/make_and_send_alert.yml
vendored
6
.github/workflows/make_and_send_alert.yml
vendored
|
@ -3,7 +3,7 @@ name: Send alert to Telegram channel
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- main
|
||||
|
||||
jobs:
|
||||
make_and_send_alert:
|
||||
|
@ -14,10 +14,6 @@ jobs:
|
|||
|
||||
- name: Clone.
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}
|
||||
persist-credentials: false
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Python.
|
||||
uses: actions/setup-python@v2
|
||||
|
|
2
.github/workflows/make_files_tree.yml
vendored
2
.github/workflows/make_files_tree.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Clone.
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
token: ${{ secrets.PAT }}
|
||||
|
||||
- name: Setup Python.
|
||||
uses: actions/setup-python@v2
|
||||
|
|
|
@ -17,9 +17,7 @@ jobs:
|
|||
- name: Clone.
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}
|
||||
persist-credentials: false
|
||||
submodules: recursive
|
||||
token: ${{ secrets.PAT }}
|
||||
|
||||
- name: Setup Python.
|
||||
uses: actions/setup-python@v2
|
||||
|
|
Loading…
Reference in a new issue