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: