From d4d5d65cc3af65c4122ccfaf94fb33a73f3353cc Mon Sep 17 00:00:00 2001 From: Krypton Date: Mon, 24 Mar 2025 13:14:38 +0100 Subject: [PATCH] ci: Don't use custom token --- .github/workflows/update-generated-files.yml | 2 -- .github/workflows/update-tlds-list.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/update-generated-files.yml b/.github/workflows/update-generated-files.yml index f4fbc56..c609819 100644 --- a/.github/workflows/update-generated-files.yml +++ b/.github/workflows/update-generated-files.yml @@ -13,8 +13,6 @@ 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 86ec95c..2ffa06f 100644 --- a/.github/workflows/update-tlds-list.yml +++ b/.github/workflows/update-tlds-list.yml @@ -12,8 +12,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - token: ${{ secrets.PAT }} - name: Setup Python uses: actions/setup-python@v5 with: