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.