mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-22 23:37: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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
make_and_send_alert:
|
make_and_send_alert:
|
||||||
|
@ -14,10 +14,6 @@ jobs:
|
||||||
|
|
||||||
- name: Clone.
|
- name: Clone.
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}
|
|
||||||
persist-credentials: false
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Setup Python.
|
- name: Setup Python.
|
||||||
uses: actions/setup-python@v2
|
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.
|
- name: Clone.
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
token: ${{ secrets.PAT }}
|
||||||
|
|
||||||
- name: Setup Python.
|
- name: Setup Python.
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
|
@ -17,9 +17,7 @@ jobs:
|
||||||
- name: Clone.
|
- name: Clone.
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}
|
token: ${{ secrets.PAT }}
|
||||||
persist-credentials: false
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Setup Python.
|
- name: Setup Python.
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
Loading…
Reference in a new issue