mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-26 01:07:37 +01:00
action does not trigger another on push action (https://github.community/t/push-from-action-even-with-pat-does-not-trigger-action/17622/5)
This commit is contained in:
parent
ef27bc5ece
commit
00e47d80ce
2 changed files with 2 additions and 0 deletions
1
.github/workflows/make_and_send_alert.yml
vendored
1
.github/workflows/make_and_send_alert.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}
|
||||
persist-credentials: false
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Python.
|
||||
|
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}
|
||||
persist-credentials: false
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Python.
|
||||
|
|
Loading…
Reference in a new issue