ci: Add custom token back

This commit is contained in:
Krypton
2025-04-08 10:39:47 +02:00
committed by GitHub
parent 8aa2636981
commit ee734f3ab4
2 changed files with 5 additions and 1 deletions

View File

@@ -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: