From ee734f3ab4b001496365c02fd0dc0ec32ce375a4 Mon Sep 17 00:00:00 2001 From: Krypton Date: Tue, 8 Apr 2025 10:39:47 +0200 Subject: [PATCH] ci: Add custom token back --- .github/workflows/update-generated-files.yml | 2 ++ .github/workflows/update-tlds-list.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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: