diff --git a/.github/workflows/autoupdate.yaml b/.github/workflows/autoupdate.yaml index 8db2f24..5306d95 100644 --- a/.github/workflows/autoupdate.yaml +++ b/.github/workflows/autoupdate.yaml @@ -43,7 +43,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Ensure full history is checked out - token: ${{ secrets.GHCR_TOKEN }} - name: Install Go uses: actions/setup-go@v5