From ef27bc5eced979c3d3efb9605a2d3d816d483326 Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Sun, 25 Apr 2021 17:27:29 +0200 Subject: [PATCH] action does not trigger another on push action (https://github.community/t/action-does-not-trigger-another-on-push-tag-action/17148) --- .github/workflows/make_and_send_alert.yml | 1 + .github/workflows/make_tracked_links_list.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/make_and_send_alert.yml b/.github/workflows/make_and_send_alert.yml index eb9440f45b..08bf2d136c 100644 --- a/.github/workflows/make_and_send_alert.yml +++ b/.github/workflows/make_and_send_alert.yml @@ -15,6 +15,7 @@ jobs: - name: Clone. uses: actions/checkout@v2 with: + token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }} submodules: recursive - name: Setup Python. diff --git a/.github/workflows/make_tracked_links_list.yml b/.github/workflows/make_tracked_links_list.yml index b82bb3ee0e..bf411dd6da 100644 --- a/.github/workflows/make_tracked_links_list.yml +++ b/.github/workflows/make_tracked_links_list.yml @@ -17,6 +17,7 @@ jobs: - name: Clone. uses: actions/checkout@v2 with: + token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }} submodules: recursive - name: Setup Python.