diff --git a/.github/workflows/update-generated-files.yml b/.github/workflows/update-generated-files.yml index c609819..f4fbc56 100644 --- a/.github/workflows/update-generated-files.yml +++ b/.github/workflows/update-generated-files.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT }} - name: Setup Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/update-tlds-list.yml b/.github/workflows/update-tlds-list.yml index 2ffa06f..61dc517 100644 --- a/.github/workflows/update-tlds-list.yml +++ b/.github/workflows/update-tlds-list.yml @@ -2,7 +2,7 @@ name: Update TLDs list on: schedule: - - cron: "0 0 1 * *" + - cron: "0 */12 * * *" workflow_dispatch: jobs: @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT }} - name: Setup Python uses: actions/setup-python@v5 with: