From 46db732f878cb96ced868fef349e5ecdf4669c4a Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 1 Dec 2025 14:24:34 +0000 Subject: [PATCH] Fix autoupdate workflow. --- .github/workflows/autoupdate.yaml | 1 - 1 file changed, 1 deletion(-) 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