diff --git a/.github/workflows/fetch.yml b/.github/workflows/fetch.yml index 34c5d64..703eac7 100644 --- a/.github/workflows/fetch.yml +++ b/.github/workflows/fetch.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Check out source code uses: actions/checkout@v4 - with: - token: ${{ secrets.GH_TOKEN }} - name: Setup Python uses: actions/setup-python@v4